Color Hex Logo

#76091b Color Hex

#76091B
(118,9,27)
0 Favorites   0 Comments

Color spaces of #76091b

RGB 118927
HSL0.970.860.25
HSV350°92°46°
CMYK 0.000.920.77   0.54
XYZ7.76674.12611.4240
Yxy4.12610.58320.3098
Hunter Lab20.312832.702910.0625
CIE-Lab24.084044.195621.9895

#76091b color RGB value is (118,9,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001001 00011011
Octal 166 11 33
Decimal 118 9 27
Hex 76 9 1B

RGB Percentages of Color #76091b

%76.62
%5.84
%17.53

CMYK Percentages of Color #76091b

%0
%92
%77
%54

Triadic Colors of #76091b

#76091b #1b7609 #091b76

Analogous Colors of #76091b

#76091b #762e09 #760952

Monochromatic Colors of #76091b

#76091b

Complementary Color

#76091b #097664

#76091b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76091b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76091b Color CSS Codes

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

#76091b Text Font Color

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

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


#76091b Background Color

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

This div background color is #76091b


#76091b Border Color

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

This div border color is #76091b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76091b


Comments

No comments written yet.

Please login to write comment.