Color Hex Logo

#99777b Color Hex

#99777B
(153,119,123)
1 Favorites   0 Comments

Color spaces of #99777b

RGB 153119123
HSL0.980.140.53
HSV353°22°60°
CMYK 0.000.220.20   0.40
XYZ23.308821.396021.6402
Yxy21.39600.35130.3225
Hunter Lab46.25589.00044.6410
CIE-Lab53.380213.91342.9050

#99777b color RGB value is (153,119,123).

#99777b hex color red value is 153, green value is 119 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #99777b hue: 0.98 , saturation: 0.14 and the lightness value of 99777b is 0.53.

The process color (four color CMYK) of #99777b color hex is 0.00, 0.22, 0.20, 0.40. Web safe color of #99777b is #996666. Color #99777b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110111 01111011
Octal 231 167 173
Decimal 153 119 123
Hex 99 77 7B

RGB Percentages of Color #99777b

%38.73
%30.13
%31.14

CMYK Percentages of Color #99777b

%0
%22
%20
%40

Triadic Colors of #99777b

#99777b #7b9977 #777b99

Analogous Colors of #99777b

#99777b #998477 #99778c

Monochromatic Colors of #99777b

#99777b

Complementary Color

#99777b #779995

#99777b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99777b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99777b Color CSS Codes

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

#99777b Text Font Color

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

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


#99777b Background Color

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

This div background color is #99777b


#99777b Border Color

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

This div border color is #99777b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99777b


Comments

No comments written yet.

Please login to write comment.