#9D7784

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

Shades of Venus #9D7784

Tints of Venus #9D7784

Color information

#9D7784 (or 0x9D7784) is unknown color: approx Venus. HEX triplet: 9D, 77 and 84. RGB value is (157,119,132). Sum of RGB (Red+Green+Blue) = 157+119+132=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7784 is #62887B. Grayscale: #838383. Windows color (decimal): -6457468 or 8681373. OLE color: 8681373.

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

Color convert

RGB157119132-
CMYK00.240.160.38
HSL339.47º16.24%54.12%-
HSV(B)339.47º24.2%61.57%-
XYZ24.6722.0324.78-
YUV131.84128.09145.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.48%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=38.48%
G=29.17%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711913200.240.160.38339.4716.2454.12
Hex9D778401810261531036
Octal23516720403020465232066
Binary100111011110111100001000110001000010011010101001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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