Color Hex Logo

#76070a Color Hex

#76070A
(118,7,10)
0 Favorites   0 Comments

Color spaces of #76070a

RGB 118710
HSL1.000.890.25
HSV358°94°46°
CMYK 0.000.940.92   0.54
XYZ7.60204.02540.6635
Yxy4.02540.61850.3275
Hunter Lab20.063432.522512.0836
CIE-Lab23.755244.068131.4670

#76070a color RGB value is (118,7,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 00001010
Octal 166 7 12
Decimal 118 7 10
Hex 76 7 A

RGB Percentages of Color #76070a

%87.41
%5.19
%7.41

CMYK Percentages of Color #76070a

%0
%94
%92
%54

Triadic Colors of #76070a

#76070a #0a7607 #070a76

Analogous Colors of #76070a

#76070a #763b07 #760742

Monochromatic Colors of #76070a

#76070a

Complementary Color

#76070a #077673

#76070a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76070a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76070a Color CSS Codes

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

#76070a Text Font Color

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

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


#76070a Background Color

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

This div background color is #76070a


#76070a Border Color

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

This div border color is #76070a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76070a


Comments

No comments written yet.

Please login to write comment.