#9F7A76

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

Shades of Opium #9F7A76

Tints of Opium #9F7A76

Color information

#9F7A76 (or 0x9F7A76) is unknown color: approx Opium. HEX triplet: 9F, 7A and 76. RGB value is (159,122,118). Sum of RGB (Red+Green+Blue) = 159+122+118=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A76 is #608589. Grayscale: #848484. Windows color (decimal): -6325642 or 7764639. OLE color: 7764639.

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

Color convert

RGB159122118-
CMYK00.230.260.38
HSL5.85º17.6%54.31%-
HSV(B)5.85º25.79%62.35%-
XYZ24.5322.620.21-
YUV132.61119.76146.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=39.85%
G=30.58%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912211800.230.260.385.8517.654.31
Hex9F7A760171A2661236
Octal237172166027324662266
Binary10011111111101011101100101111101010011011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,122,118); }

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

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

 a { background-color: rgb(159,122,118); }

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

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

 span { border-color: rgb(159,122,118); }

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