Html Css Color HEX #997E7A Opium

📋 copy color: '#997E7A'

red 153 ◦ green 126 ◦ blue 122

#997E7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #997E7A

Tints of Opium #997E7A

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 value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#997E7A (or 0x997E7A) is known color: 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

RGB 153 126 122 -
CMYK 0 0.18 0.20 0.4
HSL 7.74º 0.13% 0.54% -
HSV(B) 7.74º 0.2% 0.6% -
XYZ 24.11 23.1 21.6 -
YUV 133.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 153 126 122 0 0.18 0.20 0.4 7.74 0.13 0.54
Hex 99 7E 7A 0 12 14 28 8 D 36
Octal 231 176 172 0 22 24 50 10 15 66
Binary 10011001 1111110 1111010 0 10010 10100 101000 1000 1101 110110

Color Harmonies of #997E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E7A

Black with #997E7A

Text Example


Text Example

White with #997E7A

Text Example


Text Example

HTML Codes & Css Web 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>