Color Hex Logo

#76170f Color Hex

#76170F
(118,23,15)
0 Favorites   0 Comments

Color spaces of #76170f

RGB 1182315
HSL0.010.770.26
HSV87°46°
CMYK 0.000.810.87   0.54
XYZ7.86384.49880.9058
Yxy4.49880.59270.3391
Hunter Lab21.210429.061212.3153
CIE-Lab25.256340.043130.5893

#76170f color RGB value is (118,23,15).

#76170f hex color red value is 118, green value is 23 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #76170f hue: 0.01 , saturation: 0.77 and the lightness value of 76170f is 0.26.

The process color (four color CMYK) of #76170f color hex is 0.00, 0.81, 0.87, 0.54. Web safe color of #76170f is #660000. Color #76170f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010111 00001111
Octal 166 27 17
Decimal 118 23 15
Hex 76 17 F

RGB Percentages of Color #76170f

%75.64
%14.74
%9.62

CMYK Percentages of Color #76170f

%0
%81
%87
%54

Triadic Colors of #76170f

#76170f #0f7617 #170f76

Analogous Colors of #76170f

#76170f #764b0f #760f3b

Monochromatic Colors of #76170f

#76170f

Complementary Color

#76170f #0f6e76

#76170f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76170f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76170f Color CSS Codes

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

#76170f Text Font Color

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

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


#76170f Background Color

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

This div background color is #76170f


#76170f Border Color

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

This div border color is #76170f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76170f


Comments

No comments written yet.

Please login to write comment.