#FF797A

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

Shades of Froly #FF797A

Tints of Froly #FF797A

Color information

#FF797A (or 0xFF797A) is unknown color: approx Froly. HEX triplet: FF, 79 and 7A. RGB value is (255,121,122). Sum of RGB (Red+Green+Blue) = 255+121+122=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF797A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF797A is #008685. Grayscale: #A1A1A1. Windows color (decimal): -34438 or 8026623. OLE color: 8026623.

HSL color Cylindrical-coordinate representation of color #FF797A: hue angle of 359.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF797A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB255121122-
CMYK00.530.520
HSL359.55º100%73.73%-
HSV(B)359.55º52.55%100%-
XYZ51.5936.3422.71-
YUV161.18105.89194.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 122 (48.05% from 255) = 24.50%
R=51.20%
G=24.30%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512112200.530.520359.5510073.73
HexFF797A035340168644a
Octal377171172065640550144112
Binary11111111111100111110100110101110100010110100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF797A; }

 p { color: rgb(255,121,122); }

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

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

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

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

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

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

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