#9F7F7C

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

Shades of Opium #9F7F7C

Tints of Opium #9F7F7C

Color information

#9F7F7C (or 0x9F7F7C) is unknown color: approx Opium. HEX triplet: 9F, 7F and 7C. RGB value is (159,127,124). Sum of RGB (Red+Green+Blue) = 159+127+124=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F7C is #608083. Grayscale: #888888. Windows color (decimal): -6324356 or 8159135. OLE color: 8159135.

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

Color convert

RGB159127124-
CMYK00.200.220.38
HSL5.14º15.42%55.49%-
HSV(B)5.14º22.01%62.35%-
XYZ25.532422.36-
YUV136.23121.1144.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=38.78%
G=30.98%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912712400.200.220.385.1415.4255.49
Hex9F7F7C01416265f37
Octal237177174024264651767
Binary1001111111111111111100010100101101001101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,127,124); }

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

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

 a { background-color: rgb(159,127,124); }

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

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

 span { border-color: rgb(159,127,124); }

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