#987D7D

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

Shades of Opium #987D7D

Tints of Opium #987D7D

Color information

#987D7D (or 0x987D7D) is unknown color: approx Opium. HEX triplet: 98, 7D and 7D. RGB value is (152,125,125). Sum of RGB (Red+Green+Blue) = 152+125+125=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D7D is #678282. Grayscale: #858585. Windows color (decimal): -6783619 or 8224152. OLE color: 8224152.

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

Color convert

RGB152125125-
CMYK00.180.180.40
HSL11.59%54.31%-
HSV(B)17.76%59.61%-
XYZ23.9822.8222.54-
YUV133.07123.45141.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=37.81%
G=31.09%
B=31.09%

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
Decimal15212512500.180.180.40011.5954.31
Hex987D7D01212280c36
Octal230175175022225001466
Binary10011000111110111111010100101001010100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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