Color Hex Logo

#76447b Color Hex

#76447B
(118,68,123)
0 Favorites   0 Comments

Color spaces of #76447b

RGB 11868123
HSL0.820.290.37
HSV295°45°48°
CMYK 0.040.450.00   0.52
XYZ13.11359.415919.8652
Yxy9.41590.30930.2221
Hunter Lab30.685322.5833-16.9037
CIE-Lab36.773030.8929-22.4454

#76447b color RGB value is (118,68,123).

#76447b hex color red value is 118, green value is 68 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #76447b hue: 0.82 , saturation: 0.29 and the lightness value of 76447b is 0.37.

The process color (four color CMYK) of #76447b color hex is 0.04, 0.45, 0.00, 0.52. Web safe color of #76447b is #663366. Color #76447b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000100 01111011
Octal 166 104 173
Decimal 118 68 123
Hex 76 44 7B

RGB Percentages of Color #76447b

%38.19
%22.01
%39.81

CMYK Percentages of Color #76447b

%4
%45
%0
%52

Triadic Colors of #76447b

#76447b #7b7644 #447b76

Analogous Colors of #76447b

#76447b #7b4465 #5b447b

Monochromatic Colors of #76447b

#76447b

Complementary Color

#76447b #497b44

#76447b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76447b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76447b Color CSS Codes

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

#76447b Text Font Color

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

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


#76447b Background Color

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

This div background color is #76447b


#76447b Border Color

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

This div border color is #76447b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76447b


Comments

No comments written yet.

Please login to write comment.