#9D7978

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

Shades of Opium #9D7978

Tints of Opium #9D7978

Color information

#9D7978 (or 0x9D7978) is unknown color: approx Opium. HEX triplet: 9D, 79 and 78. RGB value is (157,121,120). Sum of RGB (Red+Green+Blue) = 157+121+120=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7978 is #628687. Grayscale: #838383. Windows color (decimal): -6456968 or 7895453. OLE color: 7895453.

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

Color convert

RGB157121120-
CMYK00.230.240.38
HSL1.62º15.88%54.31%-
HSV(B)1.62º23.57%61.57%-
XYZ24.1322.220.78-
YUV131.65121.43146.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=39.45%
G=30.40%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712112000.230.240.381.6215.8854.31
Hex9D7978017182621036
Octal235171170027304622066
Binary1001110111110011111000010111110001001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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