#988787

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

Shades of Opium #988787

Tints of Opium #988787

Color information

#988787 (or 0x988787) is unknown color: approx Opium. HEX triplet: 98, 87 and 87. RGB value is (152,135,135). Sum of RGB (Red+Green+Blue) = 152+135+135=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988787 is #677878. Grayscale: #8C8C8C. Windows color (decimal): -6781049 or 8882072. OLE color: 8882072.

HSL color Cylindrical-coordinate representation of color #988787: hue angle of 0º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988787 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB152135135-
CMYK00.110.110.40
HSL7.62%56.27%-
HSV(B)11.18%59.61%-
XYZ25.9925.7526.52-
YUV140.08125.13136.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=36.02%
G=31.99%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213513500.110.110.4007.6256.27
Hex9887870BB280838
Octal230207207013135001070
Binary10011000100001111000011101011101110100001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988787; }

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

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

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

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

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

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

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

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