#9B8787

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

Shades of Opium #9B8787

Tints of Opium #9B8787

Color information

#9B8787 (or 0x9B8787) is unknown color: approx Opium. HEX triplet: 9B, 87 and 87. RGB value is (155,135,135). Sum of RGB (Red+Green+Blue) = 155+135+135=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8787 is #647878. Grayscale: #8D8D8D. Windows color (decimal): -6584441 or 8882075. OLE color: 8882075.

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

Color convert

RGB155135135-
CMYK00.130.130.39
HSL9.09%56.86%-
HSV(B)12.9%60.78%-
XYZ26.5526.0526.55-
YUV140.98124.63138-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=36.47%
G=31.76%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513513500.130.130.3909.0956.86
Hex9B87870DD270939
Octal233207207015154701171
Binary10011011100001111000011101101110110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,135); }

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

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

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

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

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

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

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