#797274

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

Shades of Empress #797274

Tints of Empress #797274

Color information

#797274 (or 0x797274) is unknown color: approx Empress. HEX triplet: 79, 72 and 74. RGB value is (121,114,116). Sum of RGB (Red+Green+Blue) = 121+114+116=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 121 - color contains mainly: red. Hex color #797274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797274 is #868D8B. Grayscale: #747474. Windows color (decimal): -8818060 or 7631481. OLE color: 7631481.

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

Color convert

RGB121114116-
CMYK00.060.040.53
HSL342.86º2.98%46.08%-
HSV(B)342.86º5.79%47.45%-
XYZ17.0517.3618.98-
YUV116.32127.82131.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.47%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=34.47%
G=32.48%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111411600.060.040.53342.862.9846.08
Hex7972740643515732e
Octal17116216406465527356
Binary111100111100101110100011010011010110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797274; }

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

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

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

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

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

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

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

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