#9D7D84

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

Shades of Venus #9D7D84

Tints of Venus #9D7D84

Color information

#9D7D84 (or 0x9D7D84) is unknown color: approx Venus. HEX triplet: 9D, 7D and 84. RGB value is (157,125,132). Sum of RGB (Red+Green+Blue) = 157+125+132=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7D84 is #62827B. Grayscale: #878787. Windows color (decimal): -6455932 or 8682909. OLE color: 8682909.

HSL color Cylindrical-coordinate representation of color #9D7D84: hue angle of 346.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D7D84 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB157125132-
CMYK00.200.160.38
HSL346.88º14.04%55.29%-
HSV(B)346.88º20.38%61.57%-
XYZ25.423.525.03-
YUV135.37126.1143.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=37.92%
G=30.19%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712513200.200.160.38346.8814.0455.29
Hex9D7D84014102615be37
Octal23517520402420465331667
Binary10011101111110110000100010100100001001101010110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,125,132); }

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

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

 a { background-color: rgb(157,125,132); }

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

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

 span { border-color: rgb(157,125,132); }

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