#9B7784

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

Shades of Venus #9B7784

Tints of Venus #9B7784

Color information

#9B7784 (or 0x9B7784) is unknown color: approx Venus. HEX triplet: 9B, 77 and 84. RGB value is (155,119,132). Sum of RGB (Red+Green+Blue) = 155+119+132=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7784 is #64887B. Grayscale: #838383. Windows color (decimal): -6588540 or 8681371. OLE color: 8681371.

HSL color Cylindrical-coordinate representation of color #9B7784: hue angle of 338.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7784 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB155119132-
CMYK00.230.150.39
HSL338.33º15.25%53.73%-
HSV(B)338.33º23.23%60.78%-
XYZ24.2821.8324.76-
YUV131.25128.43144.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=38.18%
G=29.31%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511913200.230.150.39338.3315.2553.73
Hex9B7784017F27152f36
Octal23316720402717475221766
Binary1001101111101111000010001011111111001111010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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