#797473

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

Shades of Ferra #797473

Tints of Ferra #797473

Color information

#797473 (or 0x797473) is unknown color: approx Ferra. HEX triplet: 79, 74 and 73. RGB value is (121,116,115). Sum of RGB (Red+Green+Blue) = 121+116+115=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 121 - color contains mainly: red. Hex color #797473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797473 is #868B8C. Grayscale: #757575. Windows color (decimal): -8817549 or 7566457. OLE color: 7566457.

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

Color convert

RGB121116115-
CMYK00.040.050.53
HSL10º2.54%46.27%-
HSV(B)10º4.96%47.45%-
XYZ17.2317.7918.75-
YUV117.38126.66130.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.38%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=34.38%
G=32.95%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111611500.040.050.53102.5446.27
Hex79747304535a32e
Octal1711641630456512356
Binary1111001111010011100110100101110101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797473; }

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

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

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

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

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

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

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

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