#9B8387

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

Shades of Venus #9B8387

Tints of Venus #9B8387

Color information

#9B8387 (or 0x9B8387) is unknown color: approx Venus. HEX triplet: 9B, 83 and 87. RGB value is (155,131,135). Sum of RGB (Red+Green+Blue) = 155+131+135=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8387 is #647C78. Grayscale: #8A8A8A. Windows color (decimal): -6585465 or 8881051. OLE color: 8881051.

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

Color convert

RGB155131135-
CMYK00.150.130.39
HSL350º10.71%56.08%-
HSV(B)350º15.48%60.78%-
XYZ26.0124.9526.37-
YUV138.63125.95139.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 135 (53.12% from 255) = 32.07%
R=36.82%
G=31.12%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513113500.150.130.3935010.7156.08
Hex9B83870FD2715eb38
Octal23320320701715475361370
Binary1001101110000011100001110111111011001111010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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