Color Hex Logo

#76082e Color Hex

#76082E
(118,8,46)
0 Favorites   0 Comments

Color spaces of #76082e

RGB 118846
HSL0.940.870.25
HSV339°93°46°
CMYK 0.000.930.61   0.54
XYZ8.05124.22252.9754
Yxy4.22250.52800.2769
Hunter Lab20.548733.97795.7991
CIE-Lab24.393845.47799.4035

#76082e color RGB value is (118,8,46).

#76082e hex color red value is 118, green value is 8 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #76082e hue: 0.94 , saturation: 0.87 and the lightness value of 76082e is 0.25.

The process color (four color CMYK) of #76082e color hex is 0.00, 0.93, 0.61, 0.54. Web safe color of #76082e is #660033. Color #76082e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001000 00101110
Octal 166 10 56
Decimal 118 8 46
Hex 76 8 2E

RGB Percentages of Color #76082e

%68.60
%4.65
%26.74

CMYK Percentages of Color #76082e

%0
%93
%61
%54

Triadic Colors of #76082e

#76082e #2e7608 #082e76

Analogous Colors of #76082e

#76082e #761908 #760865

Monochromatic Colors of #76082e

#76082e

Complementary Color

#76082e #087650

#76082e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76082e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76082e Color CSS Codes

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

#76082e Text Font Color

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

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


#76082e Background Color

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

This div background color is #76082e


#76082e Border Color

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

This div border color is #76082e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76082e


Comments

No comments written yet.

Please login to write comment.