#987A82

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

Shades of Venus #987A82

Tints of Venus #987A82

Color information

#987A82 (or 0x987A82) is unknown color: approx Venus. HEX triplet: 98, 7A and 82. RGB value is (152,122,130). Sum of RGB (Red+Green+Blue) = 152+122+130=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A82 is #67857D. Grayscale: #838383. Windows color (decimal): -6784382 or 8551064. OLE color: 8551064.

HSL color Cylindrical-coordinate representation of color #987A82: hue angle of 344º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987A82 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB152122130-
CMYK00.200.140.40
HSL344º12.71%53.73%-
HSV(B)344º19.74%59.61%-
XYZ23.9422.2124.14-
YUV131.88126.94142.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=37.62%
G=30.20%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212213000.200.140.4034412.7153.73
Hex987A82014E28158d36
Octal23017220202416505301566
Binary1001100011110101000001001010011101010001010110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A82; }

 p { color: rgb(152,122,130); }

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

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

 a { background-color: rgb(152,122,130); }

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

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

 span { border-color: rgb(152,122,130); }

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