Html Css Color HEX #997E7C Opium

📋 copy color: '#997E7C'

red 153 ◦ green 126 ◦ blue 124

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

Shades of Opium #997E7C

Tints of Opium #997E7C

RGB

 RED value IS 153 (60.16% from 255) = 37.97%

 GREEN value IS 126 (49.61% from 255) = 31.27%

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 37.97%
G = 31.27%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#997E7C (or 0x997E7C) is known color: Opium. HEX triplet: 99, 7E and 7C. RGB value is (153,126,124). Sum of RGB (Red+Green+Blue) = 153+126+124=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #997E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E7C is #668183. Grayscale: #858585. Windows color (decimal): -6717828 or 8158873. OLE color: 8158873.

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

Color convert

RGB 153 126 124 -
CMYK 0 0.18 0.19 0.4
HSL 4.14º 0.12% 0.54% -
HSV(B) 4.14º 0.19% 0.6% -
XYZ 24.24 23.15 22.26 -
YUV 133.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 153 126 124 0 0.18 0.19 0.4 4.14 0.12 0.54
Hex 99 7E 7C 0 12 13 28 4 C 36
Octal 231 176 174 0 22 23 50 4 14 66
Binary 10011001 1111110 1111100 0 10010 10011 101000 100 1100 110110

Color Harmonies of #997E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E7C

Black with #997E7C

Text Example


Text Example

White with #997E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997E7C;
 }
 .AnyTagClassName
 {
   color: #997E7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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