Shades of Salmon #FF7A70
Tints of Salmon #FF7A70
RGB
CMYK
RGB Variations
Color information
#FF7A70 (or 0xFF7A70) is known color: Salmon. HEX triplet: FF, 7A and 70. RGB value is (255,122,112). Sum of RGB (Red+Green+Blue) = 255+122+112=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A70 is #00858F. Grayscale: #A0A0A0. Windows color (decimal): -34192 or 7371519. OLE color: 7371519.
HSL color Cylindrical-coordinate representation of color #FF7A70: hue angle of 4.2º 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 #FF7A70 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 112 | - |
| CMYK | 0 | 0.52 | 0.56 | 0 |
| HSL | 4.2º | 1% | 0.72% | - |
| HSV(B) | 4.2º | 0.56% | 1% | - |
| XYZ | 51.12 | 36.35 | 19.65 | - |
| YUV | 160.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 112 | 0 | 0.52 | 0.56 | 0 | 4.2 | 1 | 0.72 |
| Hex | FF | 7A | 70 | 0 | 34 | 38 | 0 | 4 | 64 | 48 |
| Octal | 377 | 172 | 160 | 0 | 64 | 70 | 0 | 4 | 144 | 110 |
| Binary | 11111111 | 1111010 | 1110000 | 0 | 110100 | 111000 | 0 | 100 | 1100100 | 1001000 |
Color Harmonies of #FF7A70
Complementary color
Monochromatic Colors of #FF7A70
Black with #FF7A70
Text Example
Text Example
White with #FF7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A70; }
p { color: rgb(255,122,112); }
H1.HeaderClassName
{
color: #FF7A70;
}
.AnyTagClassName
{
color: #FF7A70;
}
</style>
background-color css
<style>
a { background-color: #FF7A70; }
a { background-color: rgb(255,122,112); }
div.DivClassName
{
background-color: #FF7A70;
}
.BgClassName
{
background-color: #FF7A70;
}
</style>
border-color css
<style>
span { border-color: #FF7A70; }
span { border-color: rgb(255,122,112); }
td.TdClassName
{
border-color: #FF7A70;
}
.TagClassName
{
border-color: #FF7A70;
}
</style>