Shades of Salmon #F77B67
Tints of Salmon #F77B67
RGB
CMYK
RGB Variations
Color information
#F77B67 (or 0xF77B67) is known color: Salmon. HEX triplet: F7, 7B and 67. RGB value is (247,123,103). Sum of RGB (Red+Green+Blue) = 247+123+103=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B67 is #088498. Grayscale: #9E9E9E. Windows color (decimal): -558233 or 6781943. OLE color: 6781943.
HSL color Cylindrical-coordinate representation of color #F77B67: hue angle of 8.33º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F77B67 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 103 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.03 |
| HSL | 8.33º | 0.9% | 0.69% | - |
| HSV(B) | 8.33º | 0.58% | 0.97% | - |
| XYZ | 47.89 | 34.92 | 17.05 | - |
| YUV | 157.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 103 | 0 | 0.50 | 0.58 | 0.03 | 8.33 | 0.9 | 0.69 |
| Hex | F7 | 7B | 67 | 0 | 32 | 3A | 3 | 8 | 5A | 45 |
| Octal | 367 | 173 | 147 | 0 | 62 | 72 | 3 | 10 | 132 | 105 |
| Binary | 11110111 | 1111011 | 1100111 | 0 | 110010 | 111010 | 11 | 1000 | 1011010 | 1000101 |
Color Harmonies of #F77B67
Complementary color
Monochromatic Colors of #F77B67
Black with #F77B67
Text Example
Text Example
White with #F77B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B67; }
p { color: rgb(247,123,103); }
H1.HeaderClassName
{
color: #F77B67;
}
.AnyTagClassName
{
color: #F77B67;
}
</style>
background-color css
<style>
a { background-color: #F77B67; }
a { background-color: rgb(247,123,103); }
div.DivClassName
{
background-color: #F77B67;
}
.BgClassName
{
background-color: #F77B67;
}
</style>
border-color css
<style>
span { border-color: #F77B67; }
span { border-color: rgb(247,123,103); }
td.TdClassName
{
border-color: #F77B67;
}
.TagClassName
{
border-color: #F77B67;
}
</style>