#987C87

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

Shades of Venus #987C87

Tints of Venus #987C87

Color information

#987C87 (or 0x987C87) is unknown color: approx Venus. HEX triplet: 98, 7C and 87. RGB value is (152,124,135). Sum of RGB (Red+Green+Blue) = 152+124+135=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C87 is #678378. Grayscale: #858585. Windows color (decimal): -6783865 or 8879256. OLE color: 8879256.

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

Color convert

RGB152124135-
CMYK00.180.110.40
HSL336.43º11.97%54.12%-
HSV(B)336.43º18.42%59.61%-
XYZ24.5322.8426.04-
YUV133.63128.78141.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=36.98%
G=30.17%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212413500.180.110.40336.4311.9754.12
Hex987C87012B28150c36
Octal23017420702213505201466
Binary1001100011111001000011101001010111010001010100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,135); }

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

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

 a { background-color: rgb(152,124,135); }

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

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

 span { border-color: rgb(152,124,135); }

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