#997880

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

Shades of Venus #997880

Tints of Venus #997880

Color information

#997880 (or 0x997880) is unknown color: approx Venus. HEX triplet: 99, 78 and 80. RGB value is (153,120,128). Sum of RGB (Red+Green+Blue) = 153+120+128=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #997880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997880 is #66877F. Grayscale: #828282. Windows color (decimal): -6719360 or 8419481. OLE color: 8419481.

HSL color Cylindrical-coordinate representation of color #997880: hue angle of 345.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997880 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153120128-
CMYK00.220.160.4
HSL345.45º13.92%53.53%-
HSV(B)345.45º21.57%60%-
XYZ23.7521.7623.37-
YUV130.78126.43143.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=38.15%
G=29.93%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312012800.220.160.4345.4513.9253.53
Hex9978800161028159e36
Octal23117020002620505311666
Binary10011001111100010000000010110100001010001010110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997880; }

 p { color: rgb(153,120,128); }

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

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

 a { background-color: rgb(153,120,128); }

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

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

 span { border-color: rgb(153,120,128); }

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