Color Hex Logo

#767212 Color Hex

#767212
(118,114,18)
0 Favorites   0 Comments

Color spaces of #767212

RGB 11811418
HSL0.160.740.27
HSV58°85°46°
CMYK 0.000.030.85   0.54
XYZ13.597715.92992.9304
Yxy15.92990.41890.4908
Hunter Lab39.9123-9.033423.5855
CIE-Lab46.8824-9.540448.4822

#767212 color RGB value is (118,114,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110010 00010010
Octal 166 162 22
Decimal 118 114 18
Hex 76 72 12

RGB Percentages of Color #767212

%47.20
%45.60
%7.20

CMYK Percentages of Color #767212

%0
%3
%85
%54

Triadic Colors of #767212

#767212 #127672 #721276

Analogous Colors of #767212

#767212 #487612 #764012

Monochromatic Colors of #767212

#767212

Complementary Color

#767212 #121676

#767212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767212 Color CSS Codes

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

#767212 Text Font Color

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

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


#767212 Background Color

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

This div background color is #767212


#767212 Border Color

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

This div border color is #767212


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,114,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 #767212">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767212


Comments

No comments written yet.

Please login to write comment.