Color Hex Logo

#76753b Color Hex

#76753B
(118,117,59)
0 Favorites   0 Comments

Color spaces of #76753b

RGB 11811759
HSL0.160.330.35
HSV59°50°46°
CMYK 0.000.010.50   0.54
XYZ14.621916.88996.6271
Yxy16.88990.38340.4429
Hunter Lab41.0973-8.412319.2074
CIE-Lab48.1210-8.471931.8819

#76753b color RGB value is (118,117,59).

#76753b hex color red value is 118, green value is 117 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #76753b hue: 0.16 , saturation: 0.33 and the lightness value of 76753b is 0.35.

The process color (four color CMYK) of #76753b color hex is 0.00, 0.01, 0.50, 0.54. Web safe color of #76753b is #666633. Color #76753b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110101 00111011
Octal 166 165 73
Decimal 118 117 59
Hex 76 75 3B

RGB Percentages of Color #76753b

%40.14
%39.80
%20.07

CMYK Percentages of Color #76753b

%0
%1
%50
%54

Triadic Colors of #76753b

#76753b #3b7675 #753b76

Analogous Colors of #76753b

#76753b #5a763b #76583b

Monochromatic Colors of #76753b

#76753b

Complementary Color

#76753b #3b3c76

#76753b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76753b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76753b Color CSS Codes

.mybgcolor {background-color:#76753b; } 
.myforecolor {color:#76753b; }
.mybordercolor {border:3px solid #76753b; }

#76753b Text Font Color

<p style="color:#76753b">Text here</p>

This sample text font color is #76753b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#76753b Background Color

<div style="background-color:#76753b">
Div content here</div>

This div background color is #76753b


#76753b Border Color

<div style="border:3px solid #76753b">
Div here</div>

This div border color is #76753b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,117,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76753b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76753b;
  -webkit-box-shadow: 1px 1px 3px 2px #76753b;
  box-shadow:         1px 1px 3px 2px #76753b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,117,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #76753b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #76753b;
  -webkit-box-shadow: 1px 1px 3px 2px #76753b;
  box-shadow:         1px 1px 3px 2px #76753b;">
Div content here</div>

This div box has shadow with color #76753b


Comments

No comments written yet.

Please login to write comment.