Color Hex Logo

#768850 Color Hex

#768850
(118,136,80)
0 Favorites   0 Comments

Color spaces of #768850

RGB 11813680
HSL0.220.260.42
HSV79°41°53°
CMYK 0.130.000.41   0.47
XYZ17.723322.039110.9093
Yxy22.03910.34980.4349
Hunter Lab46.9458-14.766719.0842
CIE-Lab54.0685-16.366327.9163

#768850 color RGB value is (118,136,80).

#768850 hex color red value is 118, green value is 136 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #768850 hue: 0.22 , saturation: 0.26 and the lightness value of 768850 is 0.42.

The process color (four color CMYK) of #768850 color hex is 0.13, 0.00, 0.41, 0.47. Web safe color of #768850 is #669966. Color #768850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001000 01010000
Octal 166 210 120
Decimal 118 136 80
Hex 76 88 50

RGB Percentages of Color #768850

%35.33
%40.72
%23.95

CMYK Percentages of Color #768850

%13
%0
%41
%47

Triadic Colors of #768850

#768850 #507688 #885076

Analogous Colors of #768850

#768850 #5a8850 #887e50

Monochromatic Colors of #768850

#768850

Complementary Color

#768850 #625088

#768850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768850 Color CSS Codes

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

#768850 Text Font Color

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

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


#768850 Background Color

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

This div background color is #768850


#768850 Border Color

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

This div border color is #768850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768850


Comments

No comments written yet.

Please login to write comment.