Color Hex Logo

#76905f Color Hex

#76905F
(118,144,95)
0 Favorites   0 Comments

Color spaces of #76905f

RGB 11814495
HSL0.260.210.47
HSV92°34°56°
CMYK 0.180.000.34   0.44
XYZ19.510024.624314.5511
Yxy24.62430.33250.4196
Hunter Lab49.6229-16.660017.3502
CIE-Lab56.7075-18.448123.1050

#76905f color RGB value is (118,144,95).

#76905f hex color red value is 118, green value is 144 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #76905f hue: 0.26 , saturation: 0.21 and the lightness value of 76905f is 0.47.

The process color (four color CMYK) of #76905f color hex is 0.18, 0.00, 0.34, 0.44. Web safe color of #76905f is #669966. Color #76905f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010000 01011111
Octal 166 220 137
Decimal 118 144 95
Hex 76 90 5F

RGB Percentages of Color #76905f

%33.05
%40.34
%26.61

CMYK Percentages of Color #76905f

%18
%0
%34
%44

Triadic Colors of #76905f

#76905f #5f7690 #905f76

Analogous Colors of #76905f

#76905f #5f9061 #8f905f

Monochromatic Colors of #76905f

#76905f

Complementary Color

#76905f #795f90

#76905f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76905f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76905f Color CSS Codes

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

#76905f Text Font Color

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

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


#76905f Background Color

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

This div background color is #76905f


#76905f Border Color

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

This div border color is #76905f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,144,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76905f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76905f;
  -webkit-box-shadow: 1px 1px 3px 2px #76905f;
  box-shadow:         1px 1px 3px 2px #76905f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76905f


Comments

No comments written yet.

Please login to write comment.