#9D8387

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

Shades of Venus #9D8387

Tints of Venus #9D8387

Color information

#9D8387 (or 0x9D8387) is unknown color: approx Venus. HEX triplet: 9D, 83 and 87. RGB value is (157,131,135). Sum of RGB (Red+Green+Blue) = 157+131+135=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8387 is #627C78. Grayscale: #8B8B8B. Windows color (decimal): -6454393 or 8881053. OLE color: 8881053.

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

Color convert

RGB157131135-
CMYK00.170.140.38
HSL350.77º11.71%56.47%-
HSV(B)350.77º16.56%61.57%-
XYZ26.3925.1526.38-
YUV139.23125.61140.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=37.12%
G=30.97%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713113500.170.140.38350.7711.7156.47
Hex9D8387011E2615fc38
Octal23520320702116465371470
Binary10011101100000111000011101000111101001101010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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