Shades of Salmon #FF7B70
Tints of Salmon #FF7B70
RGB
CMYK
RGB Variations
Color information
#FF7B70 (or 0xFF7B70) is known color: Salmon. HEX triplet: FF, 7B and 70. RGB value is (255,123,112). Sum of RGB (Red+Green+Blue) = 255+123+112=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B70 is #00848F. Grayscale: #A1A1A1. Windows color (decimal): -33936 or 7371775. OLE color: 7371775.
HSL color Cylindrical-coordinate representation of color #FF7B70: hue angle of 4.62º 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 #FF7B70 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 112 | - |
| CMYK | 0 | 0.52 | 0.56 | 0 |
| HSL | 4.62º | 1% | 0.72% | - |
| HSV(B) | 4.62º | 0.56% | 1% | - |
| XYZ | 51.25 | 36.6 | 19.69 | - |
| YUV | 161.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 112 | 0 | 0.52 | 0.56 | 0 | 4.62 | 1 | 0.72 |
| Hex | FF | 7B | 70 | 0 | 34 | 38 | 0 | 5 | 64 | 48 |
| Octal | 377 | 173 | 160 | 0 | 64 | 70 | 0 | 5 | 144 | 110 |
| Binary | 11111111 | 1111011 | 1110000 | 0 | 110100 | 111000 | 0 | 101 | 1100100 | 1001000 |
Color Harmonies of #FF7B70
Complementary color
Monochromatic Colors of #FF7B70
Black with #FF7B70
Text Example
Text Example
White with #FF7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B70; }
p { color: rgb(255,123,112); }
H1.HeaderClassName
{
color: #FF7B70;
}
.AnyTagClassName
{
color: #FF7B70;
}
</style>
background-color css
<style>
a { background-color: #FF7B70; }
a { background-color: rgb(255,123,112); }
div.DivClassName
{
background-color: #FF7B70;
}
.BgClassName
{
background-color: #FF7B70;
}
</style>
border-color css
<style>
span { border-color: #FF7B70; }
span { border-color: rgb(255,123,112); }
td.TdClassName
{
border-color: #FF7B70;
}
.TagClassName
{
border-color: #FF7B70;
}
</style>