Shades of Salmon #F78377
Tints of Salmon #F78377
RGB
CMYK
RGB Variations
Color information
#F78377 (or 0xF78377) is known color: Salmon. HEX triplet: F7, 83 and 77. RGB value is (247,131,119). Sum of RGB (Red+Green+Blue) = 247+131+119=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F78377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78377 is #087C88. Grayscale: #A4A4A4. Windows color (decimal): -556169 or 7832567. OLE color: 7832567.
HSL color Cylindrical-coordinate representation of color #F78377: hue angle of 5.62º 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 #F78377 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 119 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.03 |
| HSL | 5.63º | 0.89% | 0.72% | - |
| HSV(B) | 5.63º | 0.52% | 0.97% | - |
| XYZ | 49.8 | 37.34 | 22.03 | - |
| YUV | 164.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 119 | 0 | 0.47 | 0.52 | 0.03 | 5.63 | 0.89 | 0.72 |
| Hex | F7 | 83 | 77 | 0 | 2F | 34 | 3 | 6 | 59 | 48 |
| Octal | 367 | 203 | 167 | 0 | 57 | 64 | 3 | 6 | 131 | 110 |
| Binary | 11110111 | 10000011 | 1110111 | 0 | 101111 | 110100 | 11 | 110 | 1011001 | 1001000 |
Color Harmonies of #F78377
Complementary color
Monochromatic Colors of #F78377
Black with #F78377
Text Example
Text Example
White with #F78377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78377; }
p { color: rgb(247,131,119); }
H1.HeaderClassName
{
color: #F78377;
}
.AnyTagClassName
{
color: #F78377;
}
</style>
background-color css
<style>
a { background-color: #F78377; }
a { background-color: rgb(247,131,119); }
div.DivClassName
{
background-color: #F78377;
}
.BgClassName
{
background-color: #F78377;
}
</style>
border-color css
<style>
span { border-color: #F78377; }
span { border-color: rgb(247,131,119); }
td.TdClassName
{
border-color: #F78377;
}
.TagClassName
{
border-color: #F78377;
}
</style>