Shades of Salmon #F7766D
Tints of Salmon #F7766D
RGB
CMYK
RGB Variations
Color information
#F7766D (or 0xF7766D) is known color: Salmon. HEX triplet: F7, 76 and 6D. RGB value is (247,118,109). Sum of RGB (Red+Green+Blue) = 247+118+109=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7766D is #088992. Grayscale: #9B9B9B. Windows color (decimal): -559507 or 7173879. OLE color: 7173879.
HSL color Cylindrical-coordinate representation of color #F7766D: hue angle of 3.91º 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 #F7766D is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 109 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.03 |
| HSL | 3.91º | 0.9% | 0.7% | - |
| HSV(B) | 3.91º | 0.56% | 0.97% | - |
| XYZ | 47.6 | 33.84 | 18.49 | - |
| YUV | 155.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 109 | 0 | 0.52 | 0.56 | 0.03 | 3.91 | 0.9 | 0.7 |
| Hex | F7 | 76 | 6D | 0 | 34 | 38 | 3 | 4 | 5A | 46 |
| Octal | 367 | 166 | 155 | 0 | 64 | 70 | 3 | 4 | 132 | 106 |
| Binary | 11110111 | 1110110 | 1101101 | 0 | 110100 | 111000 | 11 | 100 | 1011010 | 1000110 |
Color Harmonies of #F7766D
Complementary color
Monochromatic Colors of #F7766D
Black with #F7766D
Text Example
Text Example
White with #F7766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7766D; }
p { color: rgb(247,118,109); }
H1.HeaderClassName
{
color: #F7766D;
}
.AnyTagClassName
{
color: #F7766D;
}
</style>
background-color css
<style>
a { background-color: #F7766D; }
a { background-color: rgb(247,118,109); }
div.DivClassName
{
background-color: #F7766D;
}
.BgClassName
{
background-color: #F7766D;
}
</style>
border-color css
<style>
span { border-color: #F7766D; }
span { border-color: rgb(247,118,109); }
td.TdClassName
{
border-color: #F7766D;
}
.TagClassName
{
border-color: #F7766D;
}
</style>