#987F7D

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

Shades of Opium #987F7D

Tints of Opium #987F7D

Color information

#987F7D (or 0x987F7D) is unknown color: approx Opium. HEX triplet: 98, 7F and 7D. RGB value is (152,127,125). Sum of RGB (Red+Green+Blue) = 152+127+125=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F7D is #678082. Grayscale: #868686. Windows color (decimal): -6783107 or 8224664. OLE color: 8224664.

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

Color convert

RGB152127125-
CMYK00.160.180.40
HSL4.44º11.59%54.31%-
HSV(B)4.44º17.76%59.61%-
XYZ24.2423.3322.63-
YUV134.25122.78140.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=37.62%
G=31.44%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212712500.160.180.404.4411.5954.31
Hex987F7D01012284c36
Octal230177175020225041466
Binary1001100011111111111101010000100101010001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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