Color Hex Logo

#768072 Color Hex

#768072
(118,128,114)
0 Favorites   0 Comments

Color spaces of #768072

RGB 118128114
HSL0.290.060.47
HSV103°11°50°
CMYK 0.080.000.11   0.50
XYZ18.227620.504818.9167
Yxy20.50480.31620.3557
Hunter Lab45.2822-7.39176.9291
CIE-Lab52.4032-6.50446.3381

#768072 color RGB value is (118,128,114).

#768072 hex color red value is 118, green value is 128 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #768072 hue: 0.29 , saturation: 0.06 and the lightness value of 768072 is 0.47.

The process color (four color CMYK) of #768072 color hex is 0.08, 0.00, 0.11, 0.50. Web safe color of #768072 is #669966. Color #768072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 01110010
Octal 166 200 162
Decimal 118 128 114
Hex 76 80 72

RGB Percentages of Color #768072

%32.78
%35.56
%31.67

CMYK Percentages of Color #768072

%8
%0
%11
%50

Triadic Colors of #768072

#768072 #727680 #807276

Analogous Colors of #768072

#768072 #728075 #7d8072

Monochromatic Colors of #768072

#768072

Complementary Color

#768072 #7c7280

#768072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768072 Color CSS Codes

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

#768072 Text Font Color

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

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


#768072 Background Color

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

This div background color is #768072


#768072 Border Color

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

This div border color is #768072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768072


Comments

No comments written yet.

Please login to write comment.