#977782

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

Shades of Venus #977782

Tints of Venus #977782

Color information

#977782 (or 0x977782) is unknown color: approx Venus. HEX triplet: 97, 77 and 82. RGB value is (151,119,130). Sum of RGB (Red+Green+Blue) = 151+119+130=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977782 is #68887D. Grayscale: #818181. Windows color (decimal): -6850686 or 8550295. OLE color: 8550295.

HSL color Cylindrical-coordinate representation of color #977782: hue angle of 339.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977782 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB151119130-
CMYK00.210.140.41
HSL339.38º13.33%52.94%-
HSV(B)339.38º21.19%59.22%-
XYZ23.3921.3824.01-
YUV129.82128.1143.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=37.75%
G=29.75%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111913000.210.140.41339.3813.3352.94
Hex977782015E29153d35
Octal22716720202516515231565
Binary1001011111101111000001001010111101010011010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977782; }

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

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

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

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

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

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

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

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