#9B878B

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

Shades of Venus #9B878B

Tints of Venus #9B878B

Color information

#9B878B (or 0x9B878B) is unknown color: approx Venus. HEX triplet: 9B, 87 and 8B. RGB value is (155,135,139). Sum of RGB (Red+Green+Blue) = 155+135+139=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B878B is #647874. Grayscale: #8D8D8D. Windows color (decimal): -6584437 or 9144219. OLE color: 9144219.

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

Color convert

RGB155135139-
CMYK00.130.100.39
HSL348º9.09%56.86%-
HSV(B)348º12.9%60.78%-
XYZ26.8426.1628.06-
YUV141.44126.63137.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=36.13%
G=31.47%
B=32.40%

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
Decimal15513513900.130.100.393489.0956.86
Hex9B878B0DA2715c939
Octal23320721301512475341171
Binary1001101110000111100010110110110101001111010111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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