Color Hex Logo

#76731d Color Hex

#76731D
(118,115,29)
0 Favorites   0 Comments

Color spaces of #76731d

RGB 11811529
HSL0.160.610.29
HSV58°75°46°
CMYK 0.000.030.75   0.54
XYZ13.823716.20173.5611
Yxy16.20170.41160.4824
Hunter Lab40.2513-9.136822.9305
CIE-Lab47.2380-9.632445.0716

#76731d color RGB value is (118,115,29).

#76731d hex color red value is 118, green value is 115 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #76731d hue: 0.16 , saturation: 0.61 and the lightness value of 76731d is 0.29.

The process color (four color CMYK) of #76731d color hex is 0.00, 0.03, 0.75, 0.54. Web safe color of #76731d is #666633. Color #76731d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110011 00011101
Octal 166 163 35
Decimal 118 115 29
Hex 76 73 1D

RGB Percentages of Color #76731d

%45.04
%43.89
%11.07

CMYK Percentages of Color #76731d

%0
%3
%75
%54

Triadic Colors of #76731d

#76731d #1d7673 #731d76

Analogous Colors of #76731d

#76731d #4d761d #76471d

Monochromatic Colors of #76731d

#76731d

Complementary Color

#76731d #1d2076

#76731d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76731d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76731d Color CSS Codes

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

#76731d Text Font Color

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

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


#76731d Background Color

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

This div background color is #76731d


#76731d Border Color

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

This div border color is #76731d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,115,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 #76731d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76731d


Comments

No comments written yet.

Please login to write comment.