Color Hex Logo

#760706 Color Hex

#760706
(118,7,6)
0 Favorites   0 Comments

Color spaces of #760706

RGB 11876
HSL0.000.900.24
HSV95°46°
CMYK 0.000.940.95   0.54
XYZ7.58014.01670.5481
Yxy4.01670.62410.3307
Hunter Lab20.041732.438612.4077
CIE-Lab23.726643.984533.0682

#760706 color RGB value is (118,7,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 00000110
Octal 166 7 6
Decimal 118 7 6
Hex 76 7 6

RGB Percentages of Color #760706

%90.08
%5.34
%4.58

CMYK Percentages of Color #760706

%0
%94
%95
%54

Triadic Colors of #760706

#760706 #067607 #070676

Analogous Colors of #760706

#760706 #763f06 #76063d

Monochromatic Colors of #760706

#760706

Complementary Color

#760706 #067576

#760706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760706 Color CSS Codes

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

#760706 Text Font Color

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

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


#760706 Background Color

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

This div background color is #760706


#760706 Border Color

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

This div border color is #760706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760706


Comments

No comments written yet.

Please login to write comment.