#987978

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

Shades of Opium #987978

Tints of Opium #987978

Color information

#987978 (or 0x987978) is unknown color: approx Opium. HEX triplet: 98, 79 and 78. RGB value is (152,121,120). Sum of RGB (Red+Green+Blue) = 152+121+120=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #987978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987978 is #678687. Grayscale: #828282. Windows color (decimal): -6784648 or 7895448. OLE color: 7895448.

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

Color convert

RGB152121120-
CMYK00.200.210.40
HSL1.88º13.45%53.33%-
HSV(B)1.88º21.05%59.61%-
XYZ23.1821.7120.74-
YUV130.16122.27143.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=38.68%
G=30.79%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212112000.200.210.401.8813.4553.33
Hex98797801415282d35
Octal230171170024255021565
Binary100110001111001111100001010010101101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987978; }

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

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

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

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

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

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

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

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