#987B7A

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

Shades of Opium #987B7A

Tints of Opium #987B7A

Color information

#987B7A (or 0x987B7A) is unknown color: approx Opium. HEX triplet: 98, 7B and 7A. RGB value is (152,123,122). Sum of RGB (Red+Green+Blue) = 152+123+122=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #987B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B7A is #678485. Grayscale: #838383. Windows color (decimal): -6784134 or 8027032. OLE color: 8027032.

HSL color Cylindrical-coordinate representation of color #987B7A: hue angle of 2º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987B7A is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152123122-
CMYK00.190.200.40
HSL12.71%53.73%-
HSV(B)19.74%59.61%-
XYZ23.5422.2521.47-
YUV131.56122.61142.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=38.29%
G=30.98%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212312200.190.200.40212.7153.73
Hex987B7A01314282d36
Octal230173172023245021566
Binary100110001111011111101001001110100101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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