Html Css Color HEX #797074 Empress

📋 copy color: '#797074'

red 121 ◦ green 112 ◦ blue 116

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

Shades of Empress #797074

Tints of Empress #797074

RGB

 RED value IS 121 (47.66% from 255) = 34.67%

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 34.67%
G = 32.09%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#797074 (or 0x797074) is known color: Empress. HEX triplet: 79, 70 and 74. RGB value is (121,112,116). Sum of RGB (Red+Green+Blue) = 121+112+116=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 121 - color contains mainly: red. Hex color #797074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797074 is #868F8B. Grayscale: #737373. Windows color (decimal): -8818572 or 7630969. OLE color: 7630969.

HSL color Cylindrical-coordinate representation of color #797074: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #797074 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 116 -
CMYK 0 0.07 0.04 0.53
HSL 333.33º 0.04% 0.46% -
HSV(B) 333.33º 0.07% 0.47% -
XYZ 16.83 16.91 18.9 -
YUV 115.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 121 112 116 0 0.07 0.04 0.53 333.33 0.04 0.46
Hex 79 70 74 0 7 4 35 14D 4 2E
Octal 171 160 164 0 7 4 65 515 4 56
Binary 1111001 1110000 1110100 0 111 100 110101 101001101 100 101110

Color Harmonies of #797074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797074

Black with #797074

Text Example


Text Example

White with #797074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797074; }

 p { color: rgb(121,112,116); }

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

background-color css

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

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

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

border-color css

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

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

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