Color Hex Logo

#76881d Color Hex

#76881D
(118,136,29)
1 Favorites   0 Comments

Color spaces of #76881d

RGB 11813629
HSL0.190.650.32
HSV70°79°53°
CMYK 0.130.000.79   0.47
XYZ16.497121.54864.4522
Yxy21.54860.38820.5071
Hunter Lab46.4205-17.799726.8078
CIE-Lab53.5447-20.854651.0023

#76881d color RGB value is (118,136,29).

#76881d hex color red value is 118, green value is 136 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #76881d hue: 0.19 , saturation: 0.65 and the lightness value of 76881d is 0.32.

The process color (four color CMYK) of #76881d color hex is 0.13, 0.00, 0.79, 0.47. Web safe color of #76881d is #669933. Color #76881d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001000 00011101
Octal 166 210 35
Decimal 118 136 29
Hex 76 88 1D

RGB Percentages of Color #76881d

%41.70
%48.06
%10.25

CMYK Percentages of Color #76881d

%13
%0
%79
%47

Triadic Colors of #76881d

#76881d #1d7688 #881d76

Analogous Colors of #76881d

#76881d #41881d #88651d

Monochromatic Colors of #76881d

#76881d

Complementary Color

#76881d #2f1d88

#76881d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76881d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76881d Color CSS Codes

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

#76881d Text Font Color

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

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


#76881d Background Color

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

This div background color is #76881d


#76881d Border Color

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

This div border color is #76881d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76881d

#76881d Color Palettes


Comments

No comments written yet.

Please login to write comment.