Shades of Salmon #F7756E
Tints of Salmon #F7756E
RGB
CMYK
RGB Variations
Color information
#F7756E (or 0xF7756E) is known color: Salmon. HEX triplet: F7, 75 and 6E. RGB value is (247,117,110). Sum of RGB (Red+Green+Blue) = 247+117+110=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7756E is #088A91. Grayscale: #9B9B9B. Windows color (decimal): -559762 or 7239159. OLE color: 7239159.
HSL color Cylindrical-coordinate representation of color #F7756E: hue angle of 3.07º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7756E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 110 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.03 |
| HSL | 3.07º | 0.9% | 0.7% | - |
| HSV(B) | 3.07º | 0.55% | 0.97% | - |
| XYZ | 47.53 | 33.62 | 18.74 | - |
| YUV | 155.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 110 | 0 | 0.53 | 0.55 | 0.03 | 3.07 | 0.9 | 0.7 |
| Hex | F7 | 75 | 6E | 0 | 35 | 37 | 3 | 3 | 5A | 46 |
| Octal | 367 | 165 | 156 | 0 | 65 | 67 | 3 | 3 | 132 | 106 |
| Binary | 11110111 | 1110101 | 1101110 | 0 | 110101 | 110111 | 11 | 11 | 1011010 | 1000110 |
Color Harmonies of #F7756E
Complementary color
Monochromatic Colors of #F7756E
Black with #F7756E
Text Example
Text Example
White with #F7756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7756E; }
p { color: rgb(247,117,110); }
H1.HeaderClassName
{
color: #F7756E;
}
.AnyTagClassName
{
color: #F7756E;
}
</style>
background-color css
<style>
a { background-color: #F7756E; }
a { background-color: rgb(247,117,110); }
div.DivClassName
{
background-color: #F7756E;
}
.BgClassName
{
background-color: #F7756E;
}
</style>
border-color css
<style>
span { border-color: #F7756E; }
span { border-color: rgb(247,117,110); }
td.TdClassName
{
border-color: #F7756E;
}
.TagClassName
{
border-color: #F7756E;
}
</style>