Color Hex Logo

#76070d Color Hex

#76070D
(118,7,13)
0 Favorites   0 Comments

Color spaces of #76070d

RGB 118713
HSL0.990.890.25
HSV357°94°46°
CMYK 0.000.940.89   0.54
XYZ7.61984.03260.7575
Yxy4.03260.61400.3250
Hunter Lab20.081332.588911.8204
CIE-Lab23.778944.134030.1633

#76070d color RGB value is (118,7,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 00001101
Octal 166 7 15
Decimal 118 7 13
Hex 76 7 D

RGB Percentages of Color #76070d

%85.51
%5.07
%9.42

CMYK Percentages of Color #76070d

%0
%94
%89
%54

Triadic Colors of #76070d

#76070d #0d7607 #070d76

Analogous Colors of #76070d

#76070d #763807 #760745

Monochromatic Colors of #76070d

#76070d

Complementary Color

#76070d #077670

#76070d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76070d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76070d Color CSS Codes

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

#76070d Text Font Color

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

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


#76070d Background Color

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

This div background color is #76070d


#76070d Border Color

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

This div border color is #76070d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76070d


Comments

No comments written yet.

Please login to write comment.