#9B8789

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

Shades of Venus #9B8789

Tints of Venus #9B8789

Color information

#9B8789 (or 0x9B8789) is unknown color: approx Venus. HEX triplet: 9B, 87 and 89. RGB value is (155,135,137). Sum of RGB (Red+Green+Blue) = 155+135+137=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8789 is #647876. Grayscale: #8D8D8D. Windows color (decimal): -6584439 or 9013147. OLE color: 9013147.

HSL color Cylindrical-coordinate representation of color #9B8789: hue angle of 354º 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 #9B8789 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB155135137-
CMYK00.130.120.39
HSL354º9.09%56.86%-
HSV(B)354º12.9%60.78%-
XYZ26.726.127.3-
YUV141.21125.63137.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=36.30%
G=31.62%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513513700.130.120.393549.0956.86
Hex9B87890DC27162939
Octal23320721101514475421171
Binary1001101110000111100010010110111001001111011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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