#9D7782

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

Shades of Venus #9D7782

Tints of Venus #9D7782

Color information

#9D7782 (or 0x9D7782) is unknown color: approx Venus. HEX triplet: 9D, 77 and 82. RGB value is (157,119,130). Sum of RGB (Red+Green+Blue) = 157+119+130=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7782 is #62887D. Grayscale: #838383. Windows color (decimal): -6457470 or 8550301. OLE color: 8550301.

HSL color Cylindrical-coordinate representation of color #9D7782: hue angle of 342.63º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D7782 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB157119130-
CMYK00.240.170.38
HSL342.63º16.24%54.12%-
HSV(B)342.63º24.2%61.57%-
XYZ24.5321.9724.07-
YUV131.62127.09146.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=38.67%
G=29.31%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711913000.240.170.38342.6316.2454.12
Hex9D778201811261571036
Octal23516720203021465272066
Binary100111011110111100000100110001000110011010101011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,119,130); }

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

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

 a { background-color: rgb(157,119,130); }

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

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

 span { border-color: rgb(157,119,130); }

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