#997982

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

Shades of Venus #997982

Tints of Venus #997982

Color information

#997982 (or 0x997982) is unknown color: approx Venus. HEX triplet: 99, 79 and 82. RGB value is (153,121,130). Sum of RGB (Red+Green+Blue) = 153+121+130=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #997982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997982 is #66867D. Grayscale: #838383. Windows color (decimal): -6719102 or 8550809. OLE color: 8550809.

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

Color convert

RGB153121130-
CMYK00.210.150.4
HSL343.12º13.56%53.73%-
HSV(B)343.12º20.92%60%-
XYZ2422.0624.11-
YUV131.59127.1143.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=37.87%
G=29.95%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312113000.210.150.4343.1213.5653.73
Hex997982015F28157e36
Octal23117120202517505271666
Binary1001100111110011000001001010111111010001010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997982; }

 p { color: rgb(153,121,130); }

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

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

 a { background-color: rgb(153,121,130); }

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

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

 span { border-color: rgb(153,121,130); }

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