#997E7A

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

Shades of Opium #997E7A

Tints of Opium #997E7A

Color information

#997E7A (or 0x997E7A) is unknown color: approx Opium. HEX triplet: 99, 7E and 7A. RGB value is (153,126,122). Sum of RGB (Red+Green+Blue) = 153+126+122=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #997E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E7A is #668185. Grayscale: #858585. Windows color (decimal): -6717830 or 8027801. OLE color: 8027801.

HSL color Cylindrical-coordinate representation of color #997E7A: hue angle of 7.74º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997E7A is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153126122-
CMYK00.180.200.4
HSL7.74º13.19%53.92%-
HSV(B)7.74º20.26%60%-
XYZ24.1123.121.6-
YUV133.62121.45141.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=38.15%
G=31.42%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312612200.180.200.47.7413.1953.92
Hex997E7A01214288d36
Octal2311761720222450101566
Binary10011001111111011110100100101010010100010001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,126,122); }

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

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

 a { background-color: rgb(153,126,122); }

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

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

 span { border-color: rgb(153,126,122); }

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