#9C888D

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

Shades of Venus #9C888D

Tints of Venus #9C888D

Color information

#9C888D (or 0x9C888D) is unknown color: approx Venus. HEX triplet: 9C, 88 and 8D. RGB value is (156,136,141). Sum of RGB (Red+Green+Blue) = 156+136+141=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 156 - color contains mainly: red. Hex color #9C888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C888D is #637772. Grayscale: #8E8E8E. Windows color (decimal): -6518643 or 9275548. OLE color: 9275548.

HSL color Cylindrical-coordinate representation of color #9C888D: hue angle of 345º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C888D is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156136141-
CMYK00.130.100.39
HSL345º9.17%57.25%-
HSV(B)345º12.82%61.18%-
XYZ27.3226.628.89-
YUV142.55127.13137.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=36.03%
G=31.41%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613614100.130.100.393459.1757.25
Hex9C888D0DA27159939
Octal23421021501512475311171
Binary1001110010001000100011010110110101001111010110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C888D; }

 p { color: rgb(156,136,141); }

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

<style>
 a { background-color: #9C888D; }

 a { background-color: rgb(156,136,141); }

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

<style>
 span { border-color: #9C888D; }

 span { border-color: rgb(156,136,141); }

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