#9F7876

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

Shades of Opium #9F7876

Tints of Opium #9F7876

Color information

#9F7876 (or 0x9F7876) is unknown color: approx Opium. HEX triplet: 9F, 78 and 76. RGB value is (159,120,118). Sum of RGB (Red+Green+Blue) = 159+120+118=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7876 is #608789. Grayscale: #838383. Windows color (decimal): -6326154 or 7764127. OLE color: 7764127.

HSL color Cylindrical-coordinate representation of color #9F7876: hue angle of 2.93º 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 #9F7876 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB159120118-
CMYK00.250.260.38
HSL2.93º17.6%54.31%-
HSV(B)2.93º25.79%62.35%-
XYZ24.2822.1120.13-
YUV131.43120.42147.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=40.05%
G=30.23%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912011800.250.260.382.9317.654.31
Hex9F78760191A2631236
Octal237170166031324632266
Binary1001111111110001110110011001110101001101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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