Color Hex Logo

#77586b Color Hex

#77586B
(119,88,107)
0 Favorites   0 Comments

Color spaces of #77586b

RGB 11988107
HSL0.900.150.41
HSV323°26°47°
CMYK 0.000.260.10   0.53
XYZ13.751311.962915.4942
Yxy11.96290.33370.2903
Hunter Lab34.587410.4402-2.3491
CIE-Lab41.157116.1186-5.8691

#77586b color RGB value is (119,88,107).

#77586b hex color red value is 119, green value is 88 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #77586b hue: 0.90 , saturation: 0.15 and the lightness value of 77586b is 0.41.

The process color (four color CMYK) of #77586b color hex is 0.00, 0.26, 0.10, 0.53. Web safe color of #77586b is #666666. Color #77586b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011000 01101011
Octal 167 130 153
Decimal 119 88 107
Hex 77 58 6B

RGB Percentages of Color #77586b

%37.90
%28.03
%34.08

CMYK Percentages of Color #77586b

%0
%26
%10
%53

Triadic Colors of #77586b

#77586b #6b7758 #586b77

Analogous Colors of #77586b

#77586b #77585c #745877

Monochromatic Colors of #77586b

#77586b

Complementary Color

#77586b #587764

#77586b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77586b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77586b Color CSS Codes

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

#77586b Text Font Color

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

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


#77586b Background Color

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

This div background color is #77586b


#77586b Border Color

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

This div border color is #77586b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77586b


Comments

No comments written yet.

Please login to write comment.