Color Hex Logo

#76395b Color Hex

#76395B
(118,57,91)
0 Favorites   0 Comments

Color spaces of #76395b

RGB 1185791
HSL0.910.350.34
HSV327°52°46°
CMYK 0.000.520.23   0.54
XYZ10.82277.533110.7812
Yxy7.53310.37140.2585
Hunter Lab27.446522.3547-4.0770
CIE-Lab32.991031.1780-8.0592

#76395b color RGB value is (118,57,91).

#76395b hex color red value is 118, green value is 57 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #76395b hue: 0.91 , saturation: 0.35 and the lightness value of 76395b is 0.34.

The process color (four color CMYK) of #76395b color hex is 0.00, 0.52, 0.23, 0.54. Web safe color of #76395b is #663366. Color #76395b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111001 01011011
Octal 166 71 133
Decimal 118 57 91
Hex 76 39 5B

RGB Percentages of Color #76395b

%44.36
%21.43
%34.21

CMYK Percentages of Color #76395b

%0
%52
%23
%54

Triadic Colors of #76395b

#76395b #5b7639 #395b76

Analogous Colors of #76395b

#76395b #76393d #733976

Monochromatic Colors of #76395b

#76395b

Complementary Color

#76395b #397654

#76395b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76395b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76395b Color CSS Codes

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

#76395b Text Font Color

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

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


#76395b Background Color

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

This div background color is #76395b


#76395b Border Color

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

This div border color is #76395b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76395b


Comments

No comments written yet.

Please login to write comment.