Color Hex Logo

#765c12 Color Hex

#765C12
(118,92,18)
0 Favorites   0 Comments

Color spaces of #765c12

RGB 1189218
HSL0.120.740.27
HSV44°85°46°
CMYK 0.000.220.85   0.54
XYZ11.407511.54952.2003
Yxy11.54950.45340.4591
Hunter Lab33.98460.443619.9505
CIE-Lab40.49103.139042.9224

#765c12 color RGB value is (118,92,18).

#765c12 hex color red value is 118, green value is 92 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #765c12 hue: 0.12 , saturation: 0.74 and the lightness value of 765c12 is 0.27.

The process color (four color CMYK) of #765c12 color hex is 0.00, 0.22, 0.85, 0.54. Web safe color of #765c12 is #666600. Color #765c12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011100 00010010
Octal 166 134 22
Decimal 118 92 18
Hex 76 5C 12

RGB Percentages of Color #765c12

%51.75
%40.35
%7.89

CMYK Percentages of Color #765c12

%0
%22
%85
%54

Triadic Colors of #765c12

#765c12 #12765c #5c1276

Analogous Colors of #765c12

#765c12 #5e7612 #762a12

Monochromatic Colors of #765c12

#765c12

Complementary Color

#765c12 #122c76

#765c12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765c12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765c12 Color CSS Codes

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

#765c12 Text Font Color

<p style="color:#765c12">Text here</p>

This sample text font color is #765c12
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.


#765c12 Background Color

<div style="background-color:#765c12">
Div content here</div>

This div background color is #765c12


#765c12 Border Color

<div style="border:3px solid #765c12">
Div here</div>

This div border color is #765c12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,92,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #765c12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #765c12;
  -webkit-box-shadow: 1px 1px 3px 2px #765c12;
  box-shadow:         1px 1px 3px 2px #765c12; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765c12


Comments

No comments written yet.

Please login to write comment.