#99888C

Color #99888C Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #99888C

Tints of Venus #99888C

Color information

#99888C (or 0x99888C) is unknown color: approx Venus. HEX triplet: 99, 88 and 8C. RGB value is (153,136,140). Sum of RGB (Red+Green+Blue) = 153+136+140=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99888C is #667773. Grayscale: #8D8D8D. Windows color (decimal): -6715252 or 9210009. OLE color: 9210009.

HSL color Cylindrical-coordinate representation of color #99888C: hue angle of 345.88º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99888C is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153136140-
CMYK00.110.080.4
HSL345.88º7.69%56.67%-
HSV(B)345.88º11.11%60%-
XYZ26.6726.2728.48-
YUV141.54127.13136.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=35.66%
G=31.70%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313614000.110.080.4345.887.6956.67
Hex99888C0B82815a839
Octal23121021401310505321071
Binary1001100110001000100011000101110001010001010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99888C; }

 p { color: rgb(153,136,140); }

 H1.HeaderClassName
 {
   color: #99888C;
 }
 .AnyTagClassName
 {
   color: #99888C;
 }
</style>
background-color css

<style>
 a { background-color: #99888C; }

 a { background-color: rgb(153,136,140); }

 div.DivClassName
 {
   background-color: #99888C;
 }
 .BgClassName
 {
   background-color: #99888C;
 }
</style>
border-color css

<style>
 span { border-color: #99888C; }

 span { border-color: rgb(153,136,140); }

 td.TdClassName
 {
   border-color: #99888C;
 }
 .TagClassName
 {
   border-color: #99888C;
 }
</style>