Shades of Salmon #F77D68
Tints of Salmon #F77D68
RGB
CMYK
RGB Variations
Color information
#F77D68 (or 0xF77D68) is known color: Salmon. HEX triplet: F7, 7D and 68. RGB value is (247,125,104). Sum of RGB (Red+Green+Blue) = 247+125+104=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77D68 is #088297. Grayscale: #9F9F9F. Windows color (decimal): -557720 or 6847991. OLE color: 6847991.
HSL color Cylindrical-coordinate representation of color #F77D68: hue angle of 8.81º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F77D68 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 104 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.03 |
| HSL | 8.81º | 0.9% | 0.69% | - |
| HSV(B) | 8.81º | 0.58% | 0.97% | - |
| XYZ | 48.19 | 35.44 | 17.4 | - |
| YUV | 159.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 104 | 0 | 0.49 | 0.58 | 0.03 | 8.81 | 0.9 | 0.69 |
| Hex | F7 | 7D | 68 | 0 | 31 | 3A | 3 | 9 | 5A | 45 |
| Octal | 367 | 175 | 150 | 0 | 61 | 72 | 3 | 11 | 132 | 105 |
| Binary | 11110111 | 1111101 | 1101000 | 0 | 110001 | 111010 | 11 | 1001 | 1011010 | 1000101 |
Color Harmonies of #F77D68
Complementary color
Monochromatic Colors of #F77D68
Black with #F77D68
Text Example
Text Example
White with #F77D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D68; }
p { color: rgb(247,125,104); }
H1.HeaderClassName
{
color: #F77D68;
}
.AnyTagClassName
{
color: #F77D68;
}
</style>
background-color css
<style>
a { background-color: #F77D68; }
a { background-color: rgb(247,125,104); }
div.DivClassName
{
background-color: #F77D68;
}
.BgClassName
{
background-color: #F77D68;
}
</style>
border-color css
<style>
span { border-color: #F77D68; }
span { border-color: rgb(247,125,104); }
td.TdClassName
{
border-color: #F77D68;
}
.TagClassName
{
border-color: #F77D68;
}
</style>