Color Hex Logo

#99787c Color Hex

#99787C
(153,120,124)
0 Favorites   0 Comments

Color spaces of #99787c

RGB 153120124
HSL0.980.140.54
HSV353°22°60°
CMYK 0.000.220.19   0.40
XYZ23.491421.660522.0115
Yxy21.66050.34980.3225
Hunter Lab46.54088.65114.5374
CIE-Lab53.664913.50132.7322

#99787c color RGB value is (153,120,124).

#99787c hex color red value is 153, green value is 120 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #99787c hue: 0.98 , saturation: 0.14 and the lightness value of 99787c is 0.54.

The process color (four color CMYK) of #99787c color hex is 0.00, 0.22, 0.19, 0.40. Web safe color of #99787c is #996666. Color #99787c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111000 01111100
Octal 231 170 174
Decimal 153 120 124
Hex 99 78 7C

RGB Percentages of Color #99787c

%38.54
%30.23
%31.23

CMYK Percentages of Color #99787c

%0
%22
%19
%40

Triadic Colors of #99787c

#99787c #7c9978 #787c99

Analogous Colors of #99787c

#99787c #998578 #99788d

Monochromatic Colors of #99787c

#99787c

Complementary Color

#99787c #789995

#99787c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99787c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99787c Color CSS Codes

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

#99787c Text Font Color

<p style="color:#99787c">Text here</p>

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


#99787c Background Color

<div style="background-color:#99787c">
Div content here</div>

This div background color is #99787c


#99787c Border Color

<div style="border:3px solid #99787c">
Div here</div>

This div border color is #99787c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,120,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99787c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99787c;
  -webkit-box-shadow: 1px 1px 3px 2px #99787c;
  box-shadow:         1px 1px 3px 2px #99787c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,120,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99787c


Comments

No comments written yet.

Please login to write comment.