#997B79

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

Shades of Opium #997B79

Tints of Opium #997B79

Color information

#997B79 (or 0x997B79) is unknown color: approx Opium. HEX triplet: 99, 7B and 79. RGB value is (153,123,121). Sum of RGB (Red+Green+Blue) = 153+123+121=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #997B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B79 is #668486. Grayscale: #838383. Windows color (decimal): -6718599 or 7961497. OLE color: 7961497.

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

Color convert

RGB153123121-
CMYK00.200.210.4
HSL3.75º13.56%53.73%-
HSV(B)3.75º20.92%60%-
XYZ23.6722.3221.15-
YUV131.74121.94143.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=38.54%
G=30.98%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312312100.200.210.43.7513.5653.73
Hex997B7901415284e36
Octal231173171024255041666
Binary1001100111110111111001010100101011010001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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