#987977

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

Shades of Opium #987977

Tints of Opium #987977

Color information

#987977 (or 0x987977) is unknown color: approx Opium. HEX triplet: 98, 79 and 77. RGB value is (152,121,119). Sum of RGB (Red+Green+Blue) = 152+121+119=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #987977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987977 is #678688. Grayscale: #828282. Windows color (decimal): -6784649 or 7829912. OLE color: 7829912.

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

Color convert

RGB152121119-
CMYK00.200.220.40
HSL3.64º13.81%53.14%-
HSV(B)3.64º21.71%59.61%-
XYZ23.1221.6820.42-
YUV130.04121.77143.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=38.78%
G=30.87%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212111900.200.220.403.6413.8153.14
Hex98797701416284e35
Octal230171167024265041665
Binary1001100011110011110111010100101101010001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987977; }

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

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

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

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

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

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

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

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