#797070

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

Shades of Ferra #797070

Tints of Ferra #797070

Color information

#797070 (or 0x797070) is unknown color: approx Ferra. HEX triplet: 79, 70 and 70. RGB value is (121,112,112). Sum of RGB (Red+Green+Blue) = 121+112+112=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 121 - color contains mainly: red. Hex color #797070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797070 is #868F8F. Grayscale: #727272. Windows color (decimal): -8818576 or 7368825. OLE color: 7368825.

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

Color convert

RGB121112112-
CMYK00.070.070.53
HSL3.86%45.69%-
HSV(B)7.44%47.45%-
XYZ16.616.8217.7-
YUV114.69126.48132.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=35.07%
G=32.46%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111211200.070.070.5303.8645.69
Hex79707007735042e
Octal171160160077650456
Binary11110011110000111000001111111101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797070; }

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

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

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

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

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

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

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

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