Color Hex Logo

#76065b Color Hex

#76065B
(118,6,91)
0 Favorites   0 Comments

Color spaces of #76065b

RGB 118691
HSL0.870.900.24
HSV314°95°46°
CMYK 0.000.950.23   0.54
XYZ9.42474.737110.3152
Yxy4.73710.38500.1935
Hunter Lab21.764939.2061-12.8644
CIE-Lab25.972250.5116-18.8077

#76065b color RGB value is (118,6,91).

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

The process color (four color CMYK) of #76065b color hex is 0.00, 0.95, 0.23, 0.54. Web safe color of #76065b is #660066. Color #76065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000110 01011011
Octal 166 6 133
Decimal 118 6 91
Hex 76 6 5B

RGB Percentages of Color #76065b

%54.88
%2.79
%42.33

CMYK Percentages of Color #76065b

%0
%95
%23
%54

Triadic Colors of #76065b

#76065b #5b7606 #065b76

Analogous Colors of #76065b

#76065b #760623 #590676

Monochromatic Colors of #76065b

#76065b

Complementary Color

#76065b #067621

#76065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76065b Color CSS Codes

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

#76065b Text Font Color

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

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


#76065b Background Color

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

This div background color is #76065b


#76065b Border Color

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

This div border color is #76065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76065b


Comments

No comments written yet.

Please login to write comment.