#987D84

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

Shades of Venus #987D84

Tints of Venus #987D84

Color information

#987D84 (or 0x987D84) is unknown color: approx Venus. HEX triplet: 98, 7D and 84. RGB value is (152,125,132). Sum of RGB (Red+Green+Blue) = 152+125+132=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #987D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D84 is #67827B. Grayscale: #858585. Windows color (decimal): -6783612 or 8682904. OLE color: 8682904.

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

Color convert

RGB152125132-
CMYK00.180.130.40
HSL344.44º11.59%54.31%-
HSV(B)344.44º17.76%59.61%-
XYZ24.4523.0124.98-
YUV133.87126.95140.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=37.16%
G=30.56%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212513200.180.130.40344.4411.5954.31
Hex987D84012D28158c36
Octal23017520402215505301466
Binary1001100011111011000010001001011011010001010110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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