Html Css Color HEX #997979 Opium

📋 copy color: '#997979'

red 153 ◦ green 121 ◦ blue 121

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

Shades of Opium #997979

Tints of Opium #997979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

 BLUE value IS 121 (47.66% from 255) = 30.63%

R = 38.73%
G = 30.63%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#997979 (or 0x997979) is known color: Opium. HEX triplet: 99, 79 and 79. RGB value is (153,121,121). Sum of RGB (Red+Green+Blue) = 153+121+121=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #997979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997979 is #668686. Grayscale: #828282. Windows color (decimal): -6719111 or 7960985. OLE color: 7960985.

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

Color convert

RGB 153 121 121 -
CMYK 0 0.21 0.21 0.4
HSL 0.14% 0.54% -
HSV(B) 0.21% 0.6% -
XYZ 23.43 21.83 21.07 -
YUV 130.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 153 121 121 0 0.21 0.21 0.4 0 0.14 0.54
Hex 99 79 79 0 15 15 28 0 E 36
Octal 231 171 171 0 25 25 50 0 16 66
Binary 10011001 1111001 1111001 0 10101 10101 101000 0 1110 110110

Color Harmonies of #997979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997979

Black with #997979

Text Example


Text Example

White with #997979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997979; }

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

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

background-color css

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

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

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

border-color css

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

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

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