#987B78

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

Shades of Opium #987B78

Tints of Opium #987B78

Color information

#987B78 (or 0x987B78) is unknown color: approx Opium. HEX triplet: 98, 7B and 78. RGB value is (152,123,120). Sum of RGB (Red+Green+Blue) = 152+123+120=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #987B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B78 is #678487. Grayscale: #838383. Windows color (decimal): -6784136 or 7895960. OLE color: 7895960.

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

Color convert

RGB152123120-
CMYK00.190.210.40
HSL5.62º13.45%53.33%-
HSV(B)5.62º21.05%59.61%-
XYZ23.4222.220.82-
YUV131.33121.61142.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=38.48%
G=31.14%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212312000.190.210.405.6213.4553.33
Hex987B7801315286d35
Octal230173170023255061565
Binary1001100011110111111000010011101011010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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