Color Hex Logo

#76062a Color Hex

#76062A
(118,6,42)
0 Favorites   0 Comments

Color spaces of #76062a

RGB 118642
HSL0.950.900.24
HSV341°95°46°
CMYK 0.000.950.64   0.54
XYZ7.95434.14902.5721
Yxy4.14900.54200.2827
Hunter Lab20.369134.05986.7715
CIE-Lab24.158045.609611.8520

#76062a color RGB value is (118,6,42).

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

The process color (four color CMYK) of #76062a color hex is 0.00, 0.95, 0.64, 0.54. Web safe color of #76062a is #660033. Color #76062a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000110 00101010
Octal 166 6 52
Decimal 118 6 42
Hex 76 6 2A

RGB Percentages of Color #76062a

%71.08
%3.61
%25.30

CMYK Percentages of Color #76062a

%0
%95
%64
%54

Triadic Colors of #76062a

#76062a #2a7606 #062a76

Analogous Colors of #76062a

#76062a #761a06 #760662

Monochromatic Colors of #76062a

#76062a

Complementary Color

#76062a #067652

#76062a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76062a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76062a Color CSS Codes

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

#76062a Text Font Color

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

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


#76062a Background Color

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

This div background color is #76062a


#76062a Border Color

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

This div border color is #76062a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76062a


Comments

No comments written yet.

Please login to write comment.