#977480

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

Shades of Venus #977480

Tints of Venus #977480

Color information

#977480 (or 0x977480) is unknown color: approx Venus. HEX triplet: 97, 74 and 80. RGB value is (151,116,128). Sum of RGB (Red+Green+Blue) = 151+116+128=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #977480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977480 is #688B7F. Grayscale: #7F7F7F. Windows color (decimal): -6851456 or 8418455. OLE color: 8418455.

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

Color convert

RGB151116128-
CMYK00.230.150.41
HSL339.43º14.4%52.35%-
HSV(B)339.43º23.18%59.22%-
XYZ22.920.6323.2-
YUV127.83128.1144.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=38.23%
G=29.37%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111612800.230.150.41339.4314.452.35
Hex977480017F29153e34
Octal22716420002717515231664
Binary1001011111101001000000001011111111010011010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977480; }

 p { color: rgb(151,116,128); }

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

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

 a { background-color: rgb(151,116,128); }

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

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

 span { border-color: rgb(151,116,128); }

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