#98807C

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

Shades of Opium #98807C

Tints of Opium #98807C

Color information

#98807C (or 0x98807C) is unknown color: approx Opium. HEX triplet: 98, 80 and 7C. RGB value is (152,128,124). Sum of RGB (Red+Green+Blue) = 152+128+124=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #98807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98807C is #677F83. Grayscale: #868686. Windows color (decimal): -6782852 or 8159384. OLE color: 8159384.

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

Color convert

RGB152128124-
CMYK00.160.180.40
HSL8.57º11.97%54.12%-
HSV(B)8.57º18.42%59.61%-
XYZ24.3123.5722.34-
YUV134.72121.95140.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=37.62%
G=31.68%
B=30.69%

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
Decimal15212812400.160.180.408.5711.9754.12
Hex98807C01012289c36
Octal2302001740202250111466
Binary100110001000000011111000100001001010100010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98807C; }

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

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

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

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

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

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

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

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