Color Hex Logo

#99788d Color Hex

#99788D
(153,120,141)
0 Favorites   0 Comments

Color spaces of #99788d

RGB 153120141
HSL0.890.140.54
HSV322°22°60°
CMYK 0.000.220.08   0.40
XYZ24.661122.128328.1707
Yxy22.12830.32900.2952
Hunter Lab47.040711.2573-2.5778
CIE-Lab54.162916.4789-6.4705

#99788d color RGB value is (153,120,141).

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

The process color (four color CMYK) of #99788d color hex is 0.00, 0.22, 0.08, 0.40. Web safe color of #99788d is #996699. Color #99788d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111000 10001101
Octal 231 170 215
Decimal 153 120 141
Hex 99 78 8D

RGB Percentages of Color #99788d

%36.96
%28.99
%34.06

CMYK Percentages of Color #99788d

%0
%22
%8
%40

Triadic Colors of #99788d

#99788d #8d9978 #788d99

Analogous Colors of #99788d

#99788d #99787d #957899

Monochromatic Colors of #99788d

#99788d

Complementary Color

#99788d #789984

#99788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99788d Color CSS Codes

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

#99788d Text Font Color

<p style="color:#99788d">Text here</p>

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


#99788d Background Color

<div style="background-color:#99788d">
Div content here</div>

This div background color is #99788d


#99788d Border Color

<div style="border:3px solid #99788d">
Div here</div>

This div border color is #99788d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99788d


Comments

No comments written yet.

Please login to write comment.