Shades of Salmon #FF7877
Tints of Salmon #FF7877
RGB
CMYK
RGB Variations
Color information
#FF7877 (or 0xFF7877) is known color: Salmon. HEX triplet: FF, 78 and 77. RGB value is (255,120,119). Sum of RGB (Red+Green+Blue) = 255+120+119=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7877 is #008788. Grayscale: #A0A0A0. Windows color (decimal): -34697 or 7829759. OLE color: 7829759.
HSL color Cylindrical-coordinate representation of color #FF7877: hue angle of 0.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7877 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 119 | - |
| CMYK | 0 | 0.53 | 0.53 | 0 |
| HSL | 0.44º | 1% | 0.73% | - |
| HSV(B) | 0.44º | 0.53% | 1% | - |
| XYZ | 51.29 | 36.02 | 21.7 | - |
| YUV | 160.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 119 | 0 | 0.53 | 0.53 | 0 | 0.44 | 1 | 0.73 |
| Hex | FF | 78 | 77 | 0 | 35 | 35 | 0 | 0 | 64 | 49 |
| Octal | 377 | 170 | 167 | 0 | 65 | 65 | 0 | 0 | 144 | 111 |
| Binary | 11111111 | 1111000 | 1110111 | 0 | 110101 | 110101 | 0 | 0 | 1100100 | 1001001 |
Color Harmonies of #FF7877
Complementary color
Monochromatic Colors of #FF7877
Black with #FF7877
Text Example
Text Example
White with #FF7877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7877; }
p { color: rgb(255,120,119); }
H1.HeaderClassName
{
color: #FF7877;
}
.AnyTagClassName
{
color: #FF7877;
}
</style>
background-color css
<style>
a { background-color: #FF7877; }
a { background-color: rgb(255,120,119); }
div.DivClassName
{
background-color: #FF7877;
}
.BgClassName
{
background-color: #FF7877;
}
</style>
border-color css
<style>
span { border-color: #FF7877; }
span { border-color: rgb(255,120,119); }
td.TdClassName
{
border-color: #FF7877;
}
.TagClassName
{
border-color: #FF7877;
}
</style>