#9B878C

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

Shades of Venus #9B878C

Tints of Venus #9B878C

Color information

#9B878C (or 0x9B878C) is unknown color: approx Venus. HEX triplet: 9B, 87 and 8C. RGB value is (155,135,140). Sum of RGB (Red+Green+Blue) = 155+135+140=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B878C is #647873. Grayscale: #8D8D8D. Windows color (decimal): -6584436 or 9209755. OLE color: 9209755.

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

Color convert

RGB155135140-
CMYK00.130.100.39
HSL345º9.09%56.86%-
HSV(B)345º12.9%60.78%-
XYZ26.9226.1928.45-
YUV141.55127.13137.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=36.05%
G=31.40%
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
Decimal15513514000.130.100.393459.0956.86
Hex9B878C0DA27159939
Octal23320721401512475311171
Binary1001101110000111100011000110110101001111010110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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