#9D878D

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

Shades of Venus #9D878D

Tints of Venus #9D878D

Color information

#9D878D (or 0x9D878D) is unknown color: approx Venus. HEX triplet: 9D, 87 and 8D. RGB value is (157,135,141). Sum of RGB (Red+Green+Blue) = 157+135+141=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D878D is #627872. Grayscale: #8E8E8E. Windows color (decimal): -6453363 or 9275293. OLE color: 9275293.

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

Color convert

RGB157135141-
CMYK00.140.100.38
HSL343.64º10.09%57.25%-
HSV(B)343.64º14.01%61.57%-
XYZ27.3826.4228.86-
YUV142.26127.29138.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=36.26%
G=31.18%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713514100.140.100.38343.6410.0957.25
Hex9D878D0EA26158a39
Octal23520721501612465301271
Binary1001110110000111100011010111010101001101010110001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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