Shades of Salmon #FF877C
Tints of Salmon #FF877C
RGB
CMYK
RGB Variations
Color information
#FF877C (or 0xFF877C) is known color: Salmon. HEX triplet: FF, 87 and 7C. RGB value is (255,135,124). Sum of RGB (Red+Green+Blue) = 255+135+124=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF877C is #007883. Grayscale: #A9A9A9. Windows color (decimal): -30852 or 8161279. OLE color: 8161279.
HSL color Cylindrical-coordinate representation of color #FF877C: hue angle of 5.04º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF877C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 124 | - |
| CMYK | 0 | 0.47 | 0.51 | 0 |
| HSL | 5.04º | 1% | 0.74% | - |
| HSV(B) | 5.04º | 0.51% | 1% | - |
| XYZ | 53.54 | 40.04 | 23.98 | - |
| YUV | 169.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 124 | 0 | 0.47 | 0.51 | 0 | 5.04 | 1 | 0.74 |
| Hex | FF | 87 | 7C | 0 | 2F | 33 | 0 | 5 | 64 | 4A |
| Octal | 377 | 207 | 174 | 0 | 57 | 63 | 0 | 5 | 144 | 112 |
| Binary | 11111111 | 10000111 | 1111100 | 0 | 101111 | 110011 | 0 | 101 | 1100100 | 1001010 |
Color Harmonies of #FF877C
Complementary color
Monochromatic Colors of #FF877C
Black with #FF877C
Text Example
Text Example
White with #FF877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF877C; }
p { color: rgb(255,135,124); }
H1.HeaderClassName
{
color: #FF877C;
}
.AnyTagClassName
{
color: #FF877C;
}
</style>
background-color css
<style>
a { background-color: #FF877C; }
a { background-color: rgb(255,135,124); }
div.DivClassName
{
background-color: #FF877C;
}
.BgClassName
{
background-color: #FF877C;
}
</style>
border-color css
<style>
span { border-color: #FF877C; }
span { border-color: rgb(255,135,124); }
td.TdClassName
{
border-color: #FF877C;
}
.TagClassName
{
border-color: #FF877C;
}
</style>