Color Hex Logo

#76803f Color Hex

#76803F
(118,128,63)
0 Favorites   0 Comments

Color spaces of #76803f

RGB 11812863
HSL0.190.340.37
HSV69°51°50°
CMYK 0.080.000.51   0.50
XYZ16.087619.64887.6473
Yxy19.64880.37080.4529
Hunter Lab44.3270-12.789120.8002
CIE-Lab51.4378-14.100033.7546

#76803f color RGB value is (118,128,63).

#76803f hex color red value is 118, green value is 128 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #76803f hue: 0.19 , saturation: 0.34 and the lightness value of 76803f is 0.37.

The process color (four color CMYK) of #76803f color hex is 0.08, 0.00, 0.51, 0.50. Web safe color of #76803f is #669933. Color #76803f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 00111111
Octal 166 200 77
Decimal 118 128 63
Hex 76 80 3F

RGB Percentages of Color #76803f

%38.19
%41.42
%20.39

CMYK Percentages of Color #76803f

%8
%0
%51
%50

Triadic Colors of #76803f

#76803f #3f7680 #803f76

Analogous Colors of #76803f

#76803f #56803f #806a3f

Monochromatic Colors of #76803f

#76803f

Complementary Color

#76803f #493f80

#76803f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76803f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76803f Color CSS Codes

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

#76803f Text Font Color

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

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


#76803f Background Color

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

This div background color is #76803f


#76803f Border Color

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

This div border color is #76803f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76803f


Comments

No comments written yet.

Please login to write comment.