Color Hex Logo

#76093b Color Hex

#76093B
(118,9,59)
0 Favorites   0 Comments

Color spaces of #76093b

RGB 118959
HSL0.920.860.25
HSV332°92°46°
CMYK 0.000.920.50   0.54
XYZ8.35834.36274.5392
Yxy4.36270.48430.2528
Hunter Lab20.887134.87731.7360
CIE-Lab24.836046.32911.0585

#76093b color RGB value is (118,9,59).

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

The process color (four color CMYK) of #76093b color hex is 0.00, 0.92, 0.50, 0.54. Web safe color of #76093b is #660033. Color #76093b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001001 00111011
Octal 166 11 73
Decimal 118 9 59
Hex 76 9 3B

RGB Percentages of Color #76093b

%63.44
%4.84
%31.72

CMYK Percentages of Color #76093b

%0
%92
%50
%54

Triadic Colors of #76093b

#76093b #3b7609 #093b76

Analogous Colors of #76093b

#76093b #760d09 #760972

Monochromatic Colors of #76093b

#76093b

Complementary Color

#76093b #097644

#76093b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76093b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76093b Color CSS Codes

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

#76093b Text Font Color

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

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


#76093b Background Color

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

This div background color is #76093b


#76093b Border Color

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

This div border color is #76093b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76093b


Comments

No comments written yet.

Please login to write comment.