#987D7C

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

Shades of Opium #987D7C

Tints of Opium #987D7C

Color information

#987D7C (or 0x987D7C) is unknown color: approx Opium. HEX triplet: 98, 7D and 7C. RGB value is (152,125,124). Sum of RGB (Red+Green+Blue) = 152+125+124=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D7C is #678283. Grayscale: #848484. Windows color (decimal): -6783620 or 8158616. OLE color: 8158616.

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

Color convert

RGB152125124-
CMYK00.180.180.40
HSL2.14º11.97%54.12%-
HSV(B)2.14º18.42%59.61%-
XYZ23.9222.822.21-
YUV132.96122.95141.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=37.91%
G=31.17%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212512400.180.180.402.1411.9754.12
Hex987D7C01212282c36
Octal230175174022225021466
Binary100110001111101111110001001010010101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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