Color Hex Logo

#76506b Color Hex

#76506B
(118,80,107)
0 Favorites   0 Comments

Color spaces of #76506b

RGB 11880107
HSL0.880.190.39
HSV317°32°46°
CMYK 0.000.320.09   0.54
XYZ12.993710.650415.2808
Yxy10.65040.33380.2736
Hunter Lab32.635013.9591-4.9171
CIE-Lab38.985320.5681-9.1320

#76506b color RGB value is (118,80,107).

#76506b hex color red value is 118, green value is 80 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #76506b hue: 0.88 , saturation: 0.19 and the lightness value of 76506b is 0.39.

The process color (four color CMYK) of #76506b color hex is 0.00, 0.32, 0.09, 0.54. Web safe color of #76506b is #666666. Color #76506b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010000 01101011
Octal 166 120 153
Decimal 118 80 107
Hex 76 50 6B

RGB Percentages of Color #76506b

%38.69
%26.23
%35.08

CMYK Percentages of Color #76506b

%0
%32
%9
%54

Triadic Colors of #76506b

#76506b #6b7650 #506b76

Analogous Colors of #76506b

#76506b #765058 #6e5076

Monochromatic Colors of #76506b

#76506b

Complementary Color

#76506b #50765b

#76506b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76506b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76506b Color CSS Codes

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

#76506b Text Font Color

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

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


#76506b Background Color

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

This div background color is #76506b


#76506b Border Color

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

This div border color is #76506b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76506b


Comments

No comments written yet.

Please login to write comment.