Color Hex Logo

#750906 Color Hex

#750906
(117,9,6)
0 Favorites   0 Comments

Color spaces of #750906

RGB 11796
HSL0.000.900.24
HSV95°46°
CMYK 0.000.920.95   0.54
XYZ7.46673.99040.5490
Yxy3.99040.62190.3324
Hunter Lab19.976031.762412.3537
CIE-Lab23.639743.280432.9055

#750906 color RGB value is (117,9,6).

#750906 hex color red value is 117, green value is 9 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #750906 hue: 0.00 , saturation: 0.90 and the lightness value of 750906 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001001 00000110
Octal 165 11 6
Decimal 117 9 6
Hex 75 9 6

RGB Percentages of Color #750906

%88.64
%6.82
%4.55

CMYK Percentages of Color #750906

%0
%92
%95
%54

Triadic Colors of #750906

#750906 #067509 #090675

Analogous Colors of #750906

#750906 #754106 #75063a

Monochromatic Colors of #750906

#750906

Complementary Color

#750906 #067275

#750906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750906 Color CSS Codes

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

#750906 Text Font Color

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

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


#750906 Background Color

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

This div background color is #750906


#750906 Border Color

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

This div border color is #750906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750906


Comments

No comments written yet.

Please login to write comment.