#9B7C82

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

Shades of Venus #9B7C82

Tints of Venus #9B7C82

Color information

#9B7C82 (or 0x9B7C82) is unknown color: approx Venus. HEX triplet: 9B, 7C and 82. RGB value is (155,124,130). Sum of RGB (Red+Green+Blue) = 155+124+130=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C82 is #64837D. Grayscale: #858585. Windows color (decimal): -6587262 or 8551579. OLE color: 8551579.

HSL color Cylindrical-coordinate representation of color #9B7C82: hue angle of 348.39º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B7C82 is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB155124130-
CMYK00.20.160.39
HSL348.39º13.42%54.71%-
HSV(B)348.39º20%60.78%-
XYZ24.752324.25-
YUV133.95125.77143.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=37.90%
G=30.32%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512413000.20.160.39348.3913.4254.71
Hex9B7C82014102715cd37
Octal23317420202420475341567
Binary10011011111110010000010010100100001001111010111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,130); }

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

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

 a { background-color: rgb(155,124,130); }

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

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

 span { border-color: rgb(155,124,130); }

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