Shades of Salmon #FF877E
Tints of Salmon #FF877E
RGB
CMYK
RGB Variations
Color information
#FF877E (or 0xFF877E) is known color: Salmon. HEX triplet: FF, 87 and 7E. RGB value is (255,135,126). Sum of RGB (Red+Green+Blue) = 255+135+126=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF877E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF877E is #007881. Grayscale: #AAAAAA. Windows color (decimal): -30850 or 8292351. OLE color: 8292351.
HSL color Cylindrical-coordinate representation of color #FF877E: hue angle of 4.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF877E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 126 | - |
| CMYK | 0 | 0.47 | 0.51 | 0 |
| HSL | 4.19º | 1% | 0.75% | - |
| HSV(B) | 4.19º | 0.51% | 1% | - |
| XYZ | 53.67 | 40.09 | 24.65 | - |
| YUV | 169.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 126 | 0 | 0.47 | 0.51 | 0 | 4.19 | 1 | 0.75 |
| Hex | FF | 87 | 7E | 0 | 2F | 33 | 0 | 4 | 64 | 4B |
| Octal | 377 | 207 | 176 | 0 | 57 | 63 | 0 | 4 | 144 | 113 |
| Binary | 11111111 | 10000111 | 1111110 | 0 | 101111 | 110011 | 0 | 100 | 1100100 | 1001011 |
Color Harmonies of #FF877E
Complementary color
Monochromatic Colors of #FF877E
Black with #FF877E
Text Example
Text Example
White with #FF877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF877E; }
p { color: rgb(255,135,126); }
H1.HeaderClassName
{
color: #FF877E;
}
.AnyTagClassName
{
color: #FF877E;
}
</style>
background-color css
<style>
a { background-color: #FF877E; }
a { background-color: rgb(255,135,126); }
div.DivClassName
{
background-color: #FF877E;
}
.BgClassName
{
background-color: #FF877E;
}
</style>
border-color css
<style>
span { border-color: #FF877E; }
span { border-color: rgb(255,135,126); }
td.TdClassName
{
border-color: #FF877E;
}
.TagClassName
{
border-color: #FF877E;
}
</style>