Shades of Salmon #FF7979
Tints of Salmon #FF7979
RGB
CMYK
RGB Variations
Color information
#FF7979 (or 0xFF7979) is known color: Salmon. HEX triplet: FF, 79 and 79. RGB value is (255,121,121). Sum of RGB (Red+Green+Blue) = 255+121+121=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7979 is #008686. Grayscale: #A1A1A1. Windows color (decimal): -34439 or 7961087. OLE color: 7961087.
HSL color Cylindrical-coordinate representation of color #FF7979: hue angle of 0º 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 #FF7979 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 121 | - |
| CMYK | 0 | 0.53 | 0.53 | 0 |
| HSL | 0º | 1% | 0.74% | - |
| HSV(B) | 0º | 0.53% | 1% | - |
| XYZ | 51.53 | 36.32 | 22.38 | - |
| YUV | 161.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 121 | 0 | 0.53 | 0.53 | 0 | 0 | 1 | 0.74 |
| Hex | FF | 79 | 79 | 0 | 35 | 35 | 0 | 0 | 64 | 4A |
| Octal | 377 | 171 | 171 | 0 | 65 | 65 | 0 | 0 | 144 | 112 |
| Binary | 11111111 | 1111001 | 1111001 | 0 | 110101 | 110101 | 0 | 0 | 1100100 | 1001010 |
Color Harmonies of #FF7979
Complementary color
Monochromatic Colors of #FF7979
Black with #FF7979
Text Example
Text Example
White with #FF7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7979; }
p { color: rgb(255,121,121); }
H1.HeaderClassName
{
color: #FF7979;
}
.AnyTagClassName
{
color: #FF7979;
}
</style>
background-color css
<style>
a { background-color: #FF7979; }
a { background-color: rgb(255,121,121); }
div.DivClassName
{
background-color: #FF7979;
}
.BgClassName
{
background-color: #FF7979;
}
</style>
border-color css
<style>
span { border-color: #FF7979; }
span { border-color: rgb(255,121,121); }
td.TdClassName
{
border-color: #FF7979;
}
.TagClassName
{
border-color: #FF7979;
}
</style>