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