Shades of Light Salmon #F79777
Tints of Light Salmon #F79777
RGB
CMYK
RGB Variations
Color information
#F79777 (or 0xF79777) is known color: Light Salmon. HEX triplet: F7, 97 and 77. RGB value is (247,151,119). Sum of RGB (Red+Green+Blue) = 247+151+119=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F79777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79777 is #086888. Grayscale: #B0B0B0. Windows color (decimal): -551049 or 7837687. OLE color: 7837687.
HSL color Cylindrical-coordinate representation of color #F79777: hue angle of 15º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F79777 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 119 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.03 |
| HSL | 15º | 0.89% | 0.72% | - |
| HSV(B) | 15º | 0.52% | 0.97% | - |
| XYZ | 52.75 | 43.24 | 23.02 | - |
| YUV | 176.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 119 | 0 | 0.39 | 0.52 | 0.03 | 15 | 0.89 | 0.72 |
| Hex | F7 | 97 | 77 | 0 | 27 | 34 | 3 | F | 59 | 48 |
| Octal | 367 | 227 | 167 | 0 | 47 | 64 | 3 | 17 | 131 | 110 |
| Binary | 11110111 | 10010111 | 1110111 | 0 | 100111 | 110100 | 11 | 1111 | 1011001 | 1001000 |
Color Harmonies of #F79777
Complementary color
Monochromatic Colors of #F79777
Black with #F79777
Text Example
Text Example
White with #F79777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79777; }
p { color: rgb(247,151,119); }
H1.HeaderClassName
{
color: #F79777;
}
.AnyTagClassName
{
color: #F79777;
}
</style>
background-color css
<style>
a { background-color: #F79777; }
a { background-color: rgb(247,151,119); }
div.DivClassName
{
background-color: #F79777;
}
.BgClassName
{
background-color: #F79777;
}
</style>
border-color css
<style>
span { border-color: #F79777; }
span { border-color: rgb(247,151,119); }
td.TdClassName
{
border-color: #F79777;
}
.TagClassName
{
border-color: #F79777;
}
</style>