Shades of Salmon #FF7A72
Tints of Salmon #FF7A72
RGB
CMYK
RGB Variations
Color information
#FF7A72 (or 0xFF7A72) is known color: Salmon. HEX triplet: FF, 7A and 72. RGB value is (255,122,114). Sum of RGB (Red+Green+Blue) = 255+122+114=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A72 is #00858D. Grayscale: #A1A1A1. Windows color (decimal): -34190 or 7502591. OLE color: 7502591.
HSL color Cylindrical-coordinate representation of color #FF7A72: hue angle of 3.4º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7A72 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 114 | - |
| CMYK | 0 | 0.52 | 0.55 | 0 |
| HSL | 3.4º | 1% | 0.72% | - |
| HSV(B) | 3.4º | 0.55% | 1% | - |
| XYZ | 51.24 | 36.39 | 20.24 | - |
| YUV | 160.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 114 | 0 | 0.52 | 0.55 | 0 | 3.4 | 1 | 0.72 |
| Hex | FF | 7A | 72 | 0 | 34 | 37 | 0 | 3 | 64 | 48 |
| Octal | 377 | 172 | 162 | 0 | 64 | 67 | 0 | 3 | 144 | 110 |
| Binary | 11111111 | 1111010 | 1110010 | 0 | 110100 | 110111 | 0 | 11 | 1100100 | 1001000 |
Color Harmonies of #FF7A72
Complementary color
Monochromatic Colors of #FF7A72
Black with #FF7A72
Text Example
Text Example
White with #FF7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A72; }
p { color: rgb(255,122,114); }
H1.HeaderClassName
{
color: #FF7A72;
}
.AnyTagClassName
{
color: #FF7A72;
}
</style>
background-color css
<style>
a { background-color: #FF7A72; }
a { background-color: rgb(255,122,114); }
div.DivClassName
{
background-color: #FF7A72;
}
.BgClassName
{
background-color: #FF7A72;
}
</style>
border-color css
<style>
span { border-color: #FF7A72; }
span { border-color: rgb(255,122,114); }
td.TdClassName
{
border-color: #FF7A72;
}
.TagClassName
{
border-color: #FF7A72;
}
</style>