#9D7786

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

Shades of Venus #9D7786

Tints of Venus #9D7786

Color information

#9D7786 (or 0x9D7786) is unknown color: approx Venus. HEX triplet: 9D, 77 and 86. RGB value is (157,119,134). Sum of RGB (Red+Green+Blue) = 157+119+134=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7786 is #628879. Grayscale: #848484. Windows color (decimal): -6457466 or 8812445. OLE color: 8812445.

HSL color Cylindrical-coordinate representation of color #9D7786: hue angle of 336.32º 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 #9D7786 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB157119134-
CMYK00.240.150.38
HSL336.32º16.24%54.12%-
HSV(B)336.32º24.2%61.57%-
XYZ24.822.0825.51-
YUV132.07129.09145.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=38.29%
G=29.02%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711913400.240.150.38336.3216.2454.12
Hex9D7786018F261501036
Octal23516720603017465202066
Binary10011101111011110000110011000111110011010101000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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