#987E7C

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

Shades of Opium #987E7C

Tints of Opium #987E7C

Color information

#987E7C (or 0x987E7C) is unknown color: approx Opium. HEX triplet: 98, 7E and 7C. RGB value is (152,126,124). Sum of RGB (Red+Green+Blue) = 152+126+124=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E7C is #678183. Grayscale: #858585. Windows color (decimal): -6783364 or 8158872. OLE color: 8158872.

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

Color convert

RGB152126124-
CMYK00.170.180.40
HSL4.29º11.97%54.12%-
HSV(B)4.29º18.42%59.61%-
XYZ24.0523.0522.25-
YUV133.55122.61141.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=37.81%
G=31.34%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212612400.170.180.404.2911.9754.12
Hex987E7C01112284c36
Octal230176174021225041466
Binary1001100011111101111100010001100101010001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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