Color Hex Logo

#76060d Color Hex

#76060D
(118,6,13)
0 Favorites   0 Comments

Color spaces of #76060d

RGB 118613
HSL0.990.900.24
HSV356°95°46°
CMYK 0.000.950.89   0.54
XYZ7.60904.01090.7539
Yxy4.01090.61490.3241
Hunter Lab20.027232.770311.7872
CIE-Lab23.707444.340230.0916

#76060d color RGB value is (118,6,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000110 00001101
Octal 166 6 15
Decimal 118 6 13
Hex 76 6 D

RGB Percentages of Color #76060d

%86.13
%4.38
%9.49

CMYK Percentages of Color #76060d

%0
%95
%89
%54

Triadic Colors of #76060d

#76060d #0d7606 #060d76

Analogous Colors of #76060d

#76060d #763706 #760645

Monochromatic Colors of #76060d

#76060d

Complementary Color

#76060d #06766f

#76060d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76060d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76060d Color CSS Codes

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

#76060d Text Font Color

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

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


#76060d Background Color

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

This div background color is #76060d


#76060d Border Color

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

This div border color is #76060d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76060d


Comments

No comments written yet.

Please login to write comment.