Shades of Salmon #F7756C
Tints of Salmon #F7756C
RGB
CMYK
RGB Variations
Color information
#F7756C (or 0xF7756C) is known color: Salmon. HEX triplet: F7, 75 and 6C. RGB value is (247,117,108). Sum of RGB (Red+Green+Blue) = 247+117+108=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7756C is #088A93. Grayscale: #9B9B9B. Windows color (decimal): -559764 or 7108087. OLE color: 7108087.
HSL color Cylindrical-coordinate representation of color #F7756C: hue angle of 3.88º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7756C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 108 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.03 |
| HSL | 3.88º | 0.9% | 0.7% | - |
| HSV(B) | 3.88º | 0.56% | 0.97% | - |
| XYZ | 47.43 | 33.58 | 18.17 | - |
| YUV | 154.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 108 | 0 | 0.53 | 0.56 | 0.03 | 3.88 | 0.9 | 0.7 |
| Hex | F7 | 75 | 6C | 0 | 35 | 38 | 3 | 4 | 5A | 46 |
| Octal | 367 | 165 | 154 | 0 | 65 | 70 | 3 | 4 | 132 | 106 |
| Binary | 11110111 | 1110101 | 1101100 | 0 | 110101 | 111000 | 11 | 100 | 1011010 | 1000110 |
Color Harmonies of #F7756C
Complementary color
Monochromatic Colors of #F7756C
Black with #F7756C
Text Example
Text Example
White with #F7756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7756C; }
p { color: rgb(247,117,108); }
H1.HeaderClassName
{
color: #F7756C;
}
.AnyTagClassName
{
color: #F7756C;
}
</style>
background-color css
<style>
a { background-color: #F7756C; }
a { background-color: rgb(247,117,108); }
div.DivClassName
{
background-color: #F7756C;
}
.BgClassName
{
background-color: #F7756C;
}
</style>
border-color css
<style>
span { border-color: #F7756C; }
span { border-color: rgb(247,117,108); }
td.TdClassName
{
border-color: #F7756C;
}
.TagClassName
{
border-color: #F7756C;
}
</style>