Shades of Salmon #F7726C
Tints of Salmon #F7726C
RGB
CMYK
RGB Variations
Color information
#F7726C (or 0xF7726C) is known color: Salmon. HEX triplet: F7, 72 and 6C. RGB value is (247,114,108). Sum of RGB (Red+Green+Blue) = 247+114+108=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7726C is #088D93. Grayscale: #999999. Windows color (decimal): -560532 or 7107319. OLE color: 7107319.
HSL color Cylindrical-coordinate representation of color #F7726C: hue angle of 2.59º 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 #F7726C is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 108 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.03 |
| HSL | 2.59º | 0.9% | 0.7% | - |
| HSV(B) | 2.59º | 0.56% | 0.97% | - |
| XYZ | 47.08 | 32.89 | 18.05 | - |
| YUV | 153.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 108 | 0 | 0.54 | 0.56 | 0.03 | 2.59 | 0.9 | 0.7 |
| Hex | F7 | 72 | 6C | 0 | 36 | 38 | 3 | 3 | 5A | 46 |
| Octal | 367 | 162 | 154 | 0 | 66 | 70 | 3 | 3 | 132 | 106 |
| Binary | 11110111 | 1110010 | 1101100 | 0 | 110110 | 111000 | 11 | 11 | 1011010 | 1000110 |
Color Harmonies of #F7726C
Complementary color
Monochromatic Colors of #F7726C
Black with #F7726C
Text Example
Text Example
White with #F7726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7726C; }
p { color: rgb(247,114,108); }
H1.HeaderClassName
{
color: #F7726C;
}
.AnyTagClassName
{
color: #F7726C;
}
</style>
background-color css
<style>
a { background-color: #F7726C; }
a { background-color: rgb(247,114,108); }
div.DivClassName
{
background-color: #F7726C;
}
.BgClassName
{
background-color: #F7726C;
}
</style>
border-color css
<style>
span { border-color: #F7726C; }
span { border-color: rgb(247,114,108); }
td.TdClassName
{
border-color: #F7726C;
}
.TagClassName
{
border-color: #F7726C;
}
</style>