#9D7C79

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

Shades of Opium #9D7C79

Tints of Opium #9D7C79

Color information

#9D7C79 (or 0x9D7C79) is unknown color: approx Opium. HEX triplet: 9D, 7C and 79. RGB value is (157,124,121). Sum of RGB (Red+Green+Blue) = 157+124+121=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C79 is #628386. Grayscale: #858585. Windows color (decimal): -6456199 or 7961757. OLE color: 7961757.

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

Color convert

RGB157124121-
CMYK00.210.230.38
HSL15.52%54.51%-
HSV(B)22.93%61.57%-
XYZ24.5622.9621.23-
YUV133.52120.93144.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=39.05%
G=30.85%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712412100.210.230.38515.5254.51
Hex9D7C79015172651037
Octal235174171025274652067
Binary10011101111110011110010101011011110011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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