#997D79

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

Shades of Opium #997D79

Tints of Opium #997D79

Color information

#997D79 (or 0x997D79) is unknown color: approx Opium. HEX triplet: 99, 7D and 79. RGB value is (153,125,121). Sum of RGB (Red+Green+Blue) = 153+125+121=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D79 is #668286. Grayscale: #848484. Windows color (decimal): -6718087 or 7962009. OLE color: 7962009.

HSL color Cylindrical-coordinate representation of color #997D79: hue angle of 7.5º 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 #997D79 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB153125121-
CMYK00.180.210.4
HSL7.5º13.56%53.73%-
HSV(B)7.5º20.92%60%-
XYZ23.9222.8221.23-
YUV132.92121.28142.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=38.35%
G=31.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312512100.180.210.47.513.5653.73
Hex997D7901215287e36
Octal231175171022255071666
Binary1001100111111011111001010010101011010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997D79; }

 p { color: rgb(153,125,121); }

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

<style>
 a { background-color: #997D79; }

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

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

<style>
 span { border-color: #997D79; }

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

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