Html Css Color HEX #797072 Empress

📋 copy color: '#797072'

red 121 ◦ green 112 ◦ blue 114

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

Shades of Empress #797072

Tints of Empress #797072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 34.87%
G = 32.28%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#797072 (or 0x797072) is known color: Empress. HEX triplet: 79, 70 and 72. RGB value is (121,112,114). Sum of RGB (Red+Green+Blue) = 121+112+114=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #797072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797072 is #868F8D. Grayscale: #727272. Windows color (decimal): -8818574 or 7499897. OLE color: 7499897.

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

Color convert

RGB 121 112 114 -
CMYK 0 0.07 0.06 0.53
HSL 346.67º 0.04% 0.46% -
HSV(B) 346.67º 0.07% 0.47% -
XYZ 16.72 16.87 18.29 -
YUV 114.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 121 112 114 0 0.07 0.06 0.53 346.67 0.04 0.46
Hex 79 70 72 0 7 6 35 15B 4 2E
Octal 171 160 162 0 7 6 65 533 4 56
Binary 1111001 1110000 1110010 0 111 110 110101 101011011 100 101110

Color Harmonies of #797072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797072

Black with #797072

Text Example


Text Example

White with #797072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797072; }

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

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

background-color css

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

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

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

border-color css

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

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

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