Shades of Salmon #F7877B
Tints of Salmon #F7877B
RGB
CMYK
RGB Variations
Color information
#F7877B (or 0xF7877B) is known color: Salmon. HEX triplet: F7, 87 and 7B. RGB value is (247,135,123). Sum of RGB (Red+Green+Blue) = 247+135+123=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7877B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7877B is #087884. Grayscale: #A7A7A7. Windows color (decimal): -555141 or 8095735. OLE color: 8095735.
HSL color Cylindrical-coordinate representation of color #F7877B: hue angle of 5.81º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7877B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 135 | 123 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.03 |
| HSL | 5.81º | 0.89% | 0.73% | - |
| HSV(B) | 5.81º | 0.5% | 0.97% | - |
| XYZ | 50.6 | 38.53 | 23.51 | - |
| YUV | 167.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 135 | 123 | 0 | 0.45 | 0.50 | 0.03 | 5.81 | 0.89 | 0.73 |
| Hex | F7 | 87 | 7B | 0 | 2D | 32 | 3 | 6 | 59 | 49 |
| Octal | 367 | 207 | 173 | 0 | 55 | 62 | 3 | 6 | 131 | 111 |
| Binary | 11110111 | 10000111 | 1111011 | 0 | 101101 | 110010 | 11 | 110 | 1011001 | 1001001 |
Color Harmonies of #F7877B
Complementary color
Monochromatic Colors of #F7877B
Black with #F7877B
Text Example
Text Example
White with #F7877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7877B; }
p { color: rgb(247,135,123); }
H1.HeaderClassName
{
color: #F7877B;
}
.AnyTagClassName
{
color: #F7877B;
}
</style>
background-color css
<style>
a { background-color: #F7877B; }
a { background-color: rgb(247,135,123); }
div.DivClassName
{
background-color: #F7877B;
}
.BgClassName
{
background-color: #F7877B;
}
</style>
border-color css
<style>
span { border-color: #F7877B; }
span { border-color: rgb(247,135,123); }
td.TdClassName
{
border-color: #F7877B;
}
.TagClassName
{
border-color: #F7877B;
}
</style>