#797275

Color #797275 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #797275

Tints of Empress #797275

Color information

#797275 (or 0x797275) is unknown color: approx Empress. HEX triplet: 79, 72 and 75. RGB value is (121,114,117). Sum of RGB (Red+Green+Blue) = 121+114+117=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 121 - color contains mainly: red. Hex color #797275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797275 is #868D8A. Grayscale: #747474. Windows color (decimal): -8818059 or 7697017. OLE color: 7697017.

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

Color convert

RGB121114117-
CMYK00.060.030.53
HSL334.29º2.98%46.08%-
HSV(B)334.29º5.79%47.45%-
XYZ17.1117.3819.28-
YUV116.44128.32131.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=34.38%
G=32.39%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111411700.060.030.53334.292.9846.08
Hex7972750633514e32e
Octal17116216506365516356
Binary11110011110010111010101101111010110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797275; }

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

 H1.HeaderClassName
 {
   color: #797275;
 }
 .AnyTagClassName
 {
   color: #797275;
 }
</style>
background-color css

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

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

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

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

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

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