Color Hex Logo

#76070f Color Hex

#76070F
(118,7,15)
0 Favorites   0 Comments

Color spaces of #76070f

RGB 118715
HSL0.990.890.25
HSV356°94°46°
CMYK 0.000.940.87   0.54
XYZ7.63344.03800.8290
Yxy4.03800.61070.3230
Hunter Lab20.094832.640911.6204
CIE-Lab23.796744.185729.1712

#76070f color RGB value is (118,7,15).

#76070f hex color red value is 118, green value is 7 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #76070f hue: 0.99 , saturation: 0.89 and the lightness value of 76070f is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 00001111
Octal 166 7 17
Decimal 118 7 15
Hex 76 7 F

RGB Percentages of Color #76070f

%84.29
%5.00
%10.71

CMYK Percentages of Color #76070f

%0
%94
%87
%54

Triadic Colors of #76070f

#76070f #0f7607 #070f76

Analogous Colors of #76070f

#76070f #763707 #760747

Monochromatic Colors of #76070f

#76070f

Complementary Color

#76070f #07766e

#76070f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76070f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76070f Color CSS Codes

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

#76070f Text Font Color

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

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


#76070f Background Color

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

This div background color is #76070f


#76070f Border Color

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

This div border color is #76070f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76070f


Comments

No comments written yet.

Please login to write comment.