Shades of Salmon #FF7870
Tints of Salmon #FF7870
RGB
CMYK
RGB Variations
Color information
#FF7870 (or 0xFF7870) is known color: Salmon. HEX triplet: FF, 78 and 70. RGB value is (255,120,112). Sum of RGB (Red+Green+Blue) = 255+120+112=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7870 is #00878F. Grayscale: #9F9F9F. Windows color (decimal): -34704 or 7371007. OLE color: 7371007.
HSL color Cylindrical-coordinate representation of color #FF7870: hue angle of 3.36º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7870 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 112 | - |
| CMYK | 0 | 0.53 | 0.56 | 0 |
| HSL | 3.36º | 1% | 0.72% | - |
| HSV(B) | 3.36º | 0.56% | 1% | - |
| XYZ | 50.88 | 35.86 | 19.57 | - |
| YUV | 159.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 112 | 0 | 0.53 | 0.56 | 0 | 3.36 | 1 | 0.72 |
| Hex | FF | 78 | 70 | 0 | 35 | 38 | 0 | 3 | 64 | 48 |
| Octal | 377 | 170 | 160 | 0 | 65 | 70 | 0 | 3 | 144 | 110 |
| Binary | 11111111 | 1111000 | 1110000 | 0 | 110101 | 111000 | 0 | 11 | 1100100 | 1001000 |
Color Harmonies of #FF7870
Complementary color
Monochromatic Colors of #FF7870
Black with #FF7870
Text Example
Text Example
White with #FF7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7870; }
p { color: rgb(255,120,112); }
H1.HeaderClassName
{
color: #FF7870;
}
.AnyTagClassName
{
color: #FF7870;
}
</style>
background-color css
<style>
a { background-color: #FF7870; }
a { background-color: rgb(255,120,112); }
div.DivClassName
{
background-color: #FF7870;
}
.BgClassName
{
background-color: #FF7870;
}
</style>
border-color css
<style>
span { border-color: #FF7870; }
span { border-color: rgb(255,120,112); }
td.TdClassName
{
border-color: #FF7870;
}
.TagClassName
{
border-color: #FF7870;
}
</style>