#987D82

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

Shades of Venus #987D82

Tints of Venus #987D82

Color information

#987D82 (or 0x987D82) is unknown color: approx Venus. HEX triplet: 98, 7D and 82. RGB value is (152,125,130). Sum of RGB (Red+Green+Blue) = 152+125+130=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #987D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D82 is #67827D. Grayscale: #858585. Windows color (decimal): -6783614 or 8551832. OLE color: 8551832.

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

Color convert

RGB152125130-
CMYK00.180.140.40
HSL348.89º11.59%54.31%-
HSV(B)348.89º17.76%59.61%-
XYZ24.3122.9524.27-
YUV133.64125.95141.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=37.35%
G=30.71%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212513000.180.140.40348.8911.5954.31
Hex987D82012E2815dc36
Octal23017520202216505351466
Binary1001100011111011000001001001011101010001010111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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