#9D8784

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

Shades of Opium #9D8784

Tints of Opium #9D8784

Color information

#9D8784 (or 0x9D8784) is unknown color: approx Opium. HEX triplet: 9D, 87 and 84. RGB value is (157,135,132). Sum of RGB (Red+Green+Blue) = 157+135+132=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8784 is #62787B. Grayscale: #8D8D8D. Windows color (decimal): -6453372 or 8685469. OLE color: 8685469.

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

Color convert

RGB157135132-
CMYK00.140.160.38
HSL7.2º11.31%56.67%-
HSV(B)7.2º15.92%61.57%-
XYZ26.7326.1625.47-
YUV141.24122.79139.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=37.03%
G=31.84%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713513200.140.160.387.211.3156.67
Hex9D87840E10267b39
Octal235207204016204671371
Binary10011101100001111000010001110100001001101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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