#9D8789

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

Shades of Venus #9D8789

Tints of Venus #9D8789

Color information

#9D8789 (or 0x9D8789) is unknown color: approx Venus. HEX triplet: 9D, 87 and 89. RGB value is (157,135,137). Sum of RGB (Red+Green+Blue) = 157+135+137=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8789 is #627876. Grayscale: #8D8D8D. Windows color (decimal): -6453367 or 9013149. OLE color: 9013149.

HSL color Cylindrical-coordinate representation of color #9D8789: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8789 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB157135137-
CMYK00.140.130.38
HSL354.55º10.09%57.25%-
HSV(B)354.55º14.01%61.57%-
XYZ27.0826.327.32-
YUV141.81125.29138.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=36.60%
G=31.47%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713513700.140.130.38354.5510.0957.25
Hex9D87890ED26163a39
Octal23520721101615465431271
Binary1001110110000111100010010111011011001101011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,137); }

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

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

 a { background-color: rgb(157,135,137); }

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

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

 span { border-color: rgb(157,135,137); }

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