#987C78

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

Shades of Opium #987C78

Tints of Opium #987C78

Color information

#987C78 (or 0x987C78) is unknown color: approx Opium. HEX triplet: 98, 7C and 78. RGB value is (152,124,120). Sum of RGB (Red+Green+Blue) = 152+124+120=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #987C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C78 is #678387. Grayscale: #838383. Windows color (decimal): -6783880 or 7896216. OLE color: 7896216.

HSL color Cylindrical-coordinate representation of color #987C78: hue angle of 7.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987C78 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB152124120-
CMYK00.180.210.40
HSL7.5º13.45%53.33%-
HSV(B)7.5º21.05%59.61%-
XYZ23.5522.4520.86-
YUV131.92121.28142.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=38.38%
G=31.31%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212412000.180.210.407.513.4553.33
Hex987C7801215287d35
Octal230174170022255071565
Binary1001100011111001111000010010101011010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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