Color Hex Logo

#760209 Color Hex

#760209
(118,2,9)
0 Favorites   0 Comments

Color spaces of #760209

RGB 11829
HSL0.990.970.24
HSV356°98°46°
CMYK 0.000.980.92   0.54
XYZ7.54223.91470.6165
Yxy3.91470.62470.3242
Hunter Lab19.785633.418812.0025
CIE-Lab23.387445.087131.5051

#760209 color RGB value is (118,2,9).

#760209 hex color red value is 118, green value is 2 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #760209 hue: 0.99 , saturation: 0.97 and the lightness value of 760209 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000010 00001001
Octal 166 2 11
Decimal 118 2 9
Hex 76 2 9

RGB Percentages of Color #760209

%91.47
%1.55
%6.98

CMYK Percentages of Color #760209

%0
%98
%92
%54

Triadic Colors of #760209

#760209 #097602 #020976

Analogous Colors of #760209

#760209 #763502 #760243

Monochromatic Colors of #760209

#760209

Complementary Color

#760209 #02766f

#760209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760209 Color CSS Codes

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

#760209 Text Font Color

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

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


#760209 Background Color

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

This div background color is #760209


#760209 Border Color

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

This div border color is #760209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760209


Comments

No comments written yet.

Please login to write comment.