#9D8887

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

Shades of Opium #9D8887

Tints of Opium #9D8887

Color information

#9D8887 (or 0x9D8887) is unknown color: approx Opium. HEX triplet: 9D, 88 and 87. RGB value is (157,136,135). Sum of RGB (Red+Green+Blue) = 157+136+135=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8887 is #627778. Grayscale: #8E8E8E. Windows color (decimal): -6453113 or 8882333. OLE color: 8882333.

HSL color Cylindrical-coordinate representation of color #9D8887: hue angle of 2.73º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8887 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB157136135-
CMYK00.130.140.38
HSL2.73º10.09%57.25%-
HSV(B)2.73º14.01%61.57%-
XYZ27.0826.5326.61-
YUV142.16123.96138.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=36.68%
G=31.78%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713613500.130.140.382.7310.0957.25
Hex9D88870DE263a39
Octal235210207015164631271
Binary100111011000100010000111011011110100110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D8887; }

 p { color: rgb(157,136,135); }

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

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

 a { background-color: rgb(157,136,135); }

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

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

 span { border-color: rgb(157,136,135); }

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