#987D81

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

Shades of Venus #987D81

Tints of Venus #987D81

Color information

#987D81 (or 0x987D81) is unknown color: approx Venus. HEX triplet: 98, 7D and 81. RGB value is (152,125,129). Sum of RGB (Red+Green+Blue) = 152+125+129=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D81 is #67827E. Grayscale: #858585. Windows color (decimal): -6783615 or 8486296. OLE color: 8486296.

HSL color Cylindrical-coordinate representation of color #987D81: hue angle of 351.11º 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 #987D81 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB152125129-
CMYK00.180.150.40
HSL351.11º11.59%54.31%-
HSV(B)351.11º17.76%59.61%-
XYZ24.2422.9323.92-
YUV133.53125.45141.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=37.44%
G=30.79%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212512900.180.150.40351.1111.5954.31
Hex987D81012F2815fc36
Octal23017520102217505371466
Binary1001100011111011000000101001011111010001010111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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