#9B878E

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

Shades of Venus #9B878E

Tints of Venus #9B878E

Color information

#9B878E (or 0x9B878E) is unknown color: approx Venus. HEX triplet: 9B, 87 and 8E. RGB value is (155,135,142). Sum of RGB (Red+Green+Blue) = 155+135+142=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B878E is #647871. Grayscale: #8D8D8D. Windows color (decimal): -6584434 or 9340827. OLE color: 9340827.

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

Color convert

RGB155135142-
CMYK00.130.080.39
HSL339º9.09%56.86%-
HSV(B)339º12.9%60.78%-
XYZ27.0626.2529.23-
YUV141.78128.13137.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=35.88%
G=31.25%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513514200.130.080.393399.0956.86
Hex9B878E0D827153939
Octal23320721601510475231171
Binary1001101110000111100011100110110001001111010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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