#9D807C

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

Shades of Opium #9D807C

Tints of Opium #9D807C

Color information

#9D807C (or 0x9D807C) is unknown color: approx Opium. HEX triplet: 9D, 80 and 7C. RGB value is (157,128,124). Sum of RGB (Red+Green+Blue) = 157+128+124=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D807C is #627F83. Grayscale: #888888. Windows color (decimal): -6455172 or 8159389. OLE color: 8159389.

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

Color convert

RGB157128124-
CMYK00.180.210.38
HSL7.27º14.41%55.1%-
HSV(B)7.27º21.02%61.57%-
XYZ25.2624.0622.38-
YUV136.22121.11142.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.39%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=38.39%
G=31.30%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712812400.180.210.387.2714.4155.1
Hex9D807C01215267e37
Octal235200174022254671667
Binary10011101100000001111100010010101011001101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,128,124); }

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

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

 a { background-color: rgb(157,128,124); }

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

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

 span { border-color: rgb(157,128,124); }

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