#9A7979

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

Shades of Opium #9A7979

Tints of Opium #9A7979

Color information

#9A7979 (or 0x9A7979) is unknown color: approx Opium. HEX triplet: 9A, 79 and 79. RGB value is (154,121,121). Sum of RGB (Red+Green+Blue) = 154+121+121=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7979 is #658686. Grayscale: #828282. Windows color (decimal): -6653575 or 7960986. OLE color: 7960986.

HSL color Cylindrical-coordinate representation of color #9A7979: hue angle of 0º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A7979 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB154121121-
CMYK00.210.210.40
HSL14.04%53.92%-
HSV(B)21.43%60.39%-
XYZ23.6121.9321.08-
YUV130.87122.43144.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=38.89%
G=30.56%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412112100.210.210.40014.0453.92
Hex9A797901515280e36
Octal232171171025255001666
Binary10011010111100111110010101011010110100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,121,121); }

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

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

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

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

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

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

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