Shades of Salmon #FF877F
Tints of Salmon #FF877F
RGB
CMYK
RGB Variations
Color information
#FF877F (or 0xFF877F) is known color: Salmon. HEX triplet: FF, 87 and 7F. RGB value is (255,135,127). Sum of RGB (Red+Green+Blue) = 255+135+127=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF877F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF877F is #007880. Grayscale: #AAAAAA. Windows color (decimal): -30849 or 8357887. OLE color: 8357887.
HSL color Cylindrical-coordinate representation of color #FF877F: hue angle of 3.75º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF877F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 127 | - |
| CMYK | 0 | 0.47 | 0.50 | 0 |
| HSL | 3.75º | 1% | 0.75% | - |
| HSV(B) | 3.75º | 0.5% | 1% | - |
| XYZ | 53.73 | 40.12 | 24.99 | - |
| YUV | 169.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 127 | 0 | 0.47 | 0.50 | 0 | 3.75 | 1 | 0.75 |
| Hex | FF | 87 | 7F | 0 | 2F | 32 | 0 | 4 | 64 | 4B |
| Octal | 377 | 207 | 177 | 0 | 57 | 62 | 0 | 4 | 144 | 113 |
| Binary | 11111111 | 10000111 | 1111111 | 0 | 101111 | 110010 | 0 | 100 | 1100100 | 1001011 |
Color Harmonies of #FF877F
Complementary color
Monochromatic Colors of #FF877F
Black with #FF877F
Text Example
Text Example
White with #FF877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF877F; }
p { color: rgb(255,135,127); }
H1.HeaderClassName
{
color: #FF877F;
}
.AnyTagClassName
{
color: #FF877F;
}
</style>
background-color css
<style>
a { background-color: #FF877F; }
a { background-color: rgb(255,135,127); }
div.DivClassName
{
background-color: #FF877F;
}
.BgClassName
{
background-color: #FF877F;
}
</style>
border-color css
<style>
span { border-color: #FF877F; }
span { border-color: rgb(255,135,127); }
td.TdClassName
{
border-color: #FF877F;
}
.TagClassName
{
border-color: #FF877F;
}
</style>