Color Hex Logo

#76090c Color Hex

#76090C
(118,9,12)
0 Favorites   0 Comments

Color spaces of #76090c

RGB 118912
HSL1.000.860.25
HSV358°92°46°
CMYK 0.000.920.90   0.54
XYZ7.63534.07350.7317
Yxy4.07350.61370.3274
Hunter Lab20.182932.207411.9786
CIE-Lab23.913043.702330.7634

#76090c color RGB value is (118,9,12).

#76090c hex color red value is 118, green value is 9 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #76090c hue: 1.00 , saturation: 0.86 and the lightness value of 76090c is 0.25.

The process color (four color CMYK) of #76090c color hex is 0.00, 0.92, 0.90, 0.54. Web safe color of #76090c is #660000. Color #76090c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001001 00001100
Octal 166 11 14
Decimal 118 9 12
Hex 76 9 C

RGB Percentages of Color #76090c

%84.89
%6.47
%8.63

CMYK Percentages of Color #76090c

%0
%92
%90
%54

Triadic Colors of #76090c

#76090c #0c7609 #090c76

Analogous Colors of #76090c

#76090c #763c09 #760943

Monochromatic Colors of #76090c

#76090c

Complementary Color

#76090c #097673

#76090c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76090c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76090c Color CSS Codes

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

#76090c Text Font Color

<p style="color:#76090c">Text here</p>

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


#76090c Background Color

<div style="background-color:#76090c">
Div content here</div>

This div background color is #76090c


#76090c Border Color

<div style="border:3px solid #76090c">
Div here</div>

This div border color is #76090c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,9,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76090c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76090c;
  -webkit-box-shadow: 1px 1px 3px 2px #76090c;
  box-shadow:         1px 1px 3px 2px #76090c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76090c


Comments

No comments written yet.

Please login to write comment.