#977B80

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

Shades of Venus #977B80

Tints of Venus #977B80

Color information

#977B80 (or 0x977B80) is unknown color: approx Venus. HEX triplet: 97, 7B and 80. RGB value is (151,123,128). Sum of RGB (Red+Green+Blue) = 151+123+128=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B80 is #68847F. Grayscale: #838383. Windows color (decimal): -6849664 or 8420247. OLE color: 8420247.

HSL color Cylindrical-coordinate representation of color #977B80: hue angle of 349.29º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #977B80 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB151123128-
CMYK00.190.150.41
HSL349.29º11.86%53.73%-
HSV(B)349.29º18.54%59.22%-
XYZ23.7422.323.48-
YUV131.94125.78141.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=37.56%
G=30.60%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112312800.190.150.41349.2911.8653.73
Hex977B80013F2915dc36
Octal22717320002317515351466
Binary1001011111110111000000001001111111010011010111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977B80; }

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

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

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

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

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

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

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

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