Shades of Salmon #F7766B
Tints of Salmon #F7766B
RGB
CMYK
RGB Variations
Color information
#F7766B (or 0xF7766B) is known color: Salmon. HEX triplet: F7, 76 and 6B. RGB value is (247,118,107). Sum of RGB (Red+Green+Blue) = 247+118+107=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7766B is #088994. Grayscale: #9B9B9B. Windows color (decimal): -559509 or 7042807. OLE color: 7042807.
HSL color Cylindrical-coordinate representation of color #F7766B: hue angle of 4.71º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7766B is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 107 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.03 |
| HSL | 4.71º | 0.9% | 0.69% | - |
| HSV(B) | 4.71º | 0.57% | 0.97% | - |
| XYZ | 47.49 | 33.79 | 17.93 | - |
| YUV | 155.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 107 | 0 | 0.52 | 0.57 | 0.03 | 4.71 | 0.9 | 0.69 |
| Hex | F7 | 76 | 6B | 0 | 34 | 39 | 3 | 5 | 5A | 45 |
| Octal | 367 | 166 | 153 | 0 | 64 | 71 | 3 | 5 | 132 | 105 |
| Binary | 11110111 | 1110110 | 1101011 | 0 | 110100 | 111001 | 11 | 101 | 1011010 | 1000101 |
Color Harmonies of #F7766B
Complementary color
Monochromatic Colors of #F7766B
Black with #F7766B
Text Example
Text Example
White with #F7766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7766B; }
p { color: rgb(247,118,107); }
H1.HeaderClassName
{
color: #F7766B;
}
.AnyTagClassName
{
color: #F7766B;
}
</style>
background-color css
<style>
a { background-color: #F7766B; }
a { background-color: rgb(247,118,107); }
div.DivClassName
{
background-color: #F7766B;
}
.BgClassName
{
background-color: #F7766B;
}
</style>
border-color css
<style>
span { border-color: #F7766B; }
span { border-color: rgb(247,118,107); }
td.TdClassName
{
border-color: #F7766B;
}
.TagClassName
{
border-color: #F7766B;
}
</style>