Color Hex Logo

#76075b Color Hex

#76075B
(118,7,91)
0 Favorites   0 Comments

Color spaces of #76075b

RGB 118791
HSL0.870.890.25
HSV315°94°46°
CMYK 0.000.940.23   0.54
XYZ9.43554.758810.3188
Yxy4.75880.38490.1941
Hunter Lab21.814739.0309-12.7751
CIE-Lab26.036250.3242-18.7080

#76075b color RGB value is (118,7,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 01011011
Octal 166 7 133
Decimal 118 7 91
Hex 76 7 5B

RGB Percentages of Color #76075b

%54.63
%3.24
%42.13

CMYK Percentages of Color #76075b

%0
%94
%23
%54

Triadic Colors of #76075b

#76075b #5b7607 #075b76

Analogous Colors of #76075b

#76075b #760724 #5a0776

Monochromatic Colors of #76075b

#76075b

Complementary Color

#76075b #077622

#76075b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76075b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76075b Color CSS Codes

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

#76075b Text Font Color

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

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


#76075b Background Color

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

This div background color is #76075b


#76075b Border Color

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

This div border color is #76075b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,7,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 #76075b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76075b


Comments

No comments written yet.

Please login to write comment.