#9F878E

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

Shades of Venus #9F878E

Tints of Venus #9F878E

Color information

#9F878E (or 0x9F878E) is unknown color: approx Venus. HEX triplet: 9F, 87 and 8E. RGB value is (159,135,142). Sum of RGB (Red+Green+Blue) = 159+135+142=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 159 - color contains mainly: red. Hex color #9F878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F878E is #607871. Grayscale: #8E8E8E. Windows color (decimal): -6322290 or 9340831. OLE color: 9340831.

HSL color Cylindrical-coordinate representation of color #9F878E: hue angle of 342.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F878E is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB159135142-
CMYK00.150.110.38
HSL342.5º11.11%57.65%-
HSV(B)342.5º15.09%62.35%-
XYZ27.8426.6529.27-
YUV142.97127.45139.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.47%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=36.47%
G=30.96%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913514200.150.110.38342.511.1157.65
Hex9F878E0FB26157b3a
Octal23720721601713465271372
Binary1001111110000111100011100111110111001101010101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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