Shades of Salmon #FF7E72
Tints of Salmon #FF7E72
RGB
CMYK
RGB Variations
Color information
#FF7E72 (or 0xFF7E72) is known color: Salmon. HEX triplet: FF, 7E and 72. RGB value is (255,126,114). Sum of RGB (Red+Green+Blue) = 255+126+114=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E72 is #00818D. Grayscale: #A3A3A3. Windows color (decimal): -33166 or 7503615. OLE color: 7503615.
HSL color Cylindrical-coordinate representation of color #FF7E72: hue angle of 5.11º 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 #FF7E72 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 114 | - |
| CMYK | 0 | 0.51 | 0.55 | 0 |
| HSL | 5.11º | 1% | 0.72% | - |
| HSV(B) | 5.11º | 0.55% | 1% | - |
| XYZ | 51.74 | 37.4 | 20.41 | - |
| YUV | 163.2 | 100.24 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 114 | 0 | 0.51 | 0.55 | 0 | 5.11 | 1 | 0.72 |
| Hex | FF | 7E | 72 | 0 | 33 | 37 | 0 | 5 | 64 | 48 |
| Octal | 377 | 176 | 162 | 0 | 63 | 67 | 0 | 5 | 144 | 110 |
| Binary | 11111111 | 1111110 | 1110010 | 0 | 110011 | 110111 | 0 | 101 | 1100100 | 1001000 |
Color Harmonies of #FF7E72
Complementary color
Monochromatic Colors of #FF7E72
Black with #FF7E72
Text Example
Text Example
White with #FF7E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E72; }
p { color: rgb(255,126,114); }
H1.HeaderClassName
{
color: #FF7E72;
}
.AnyTagClassName
{
color: #FF7E72;
}
</style>
background-color css
<style>
a { background-color: #FF7E72; }
a { background-color: rgb(255,126,114); }
div.DivClassName
{
background-color: #FF7E72;
}
.BgClassName
{
background-color: #FF7E72;
}
</style>
border-color css
<style>
span { border-color: #FF7E72; }
span { border-color: rgb(255,126,114); }
td.TdClassName
{
border-color: #FF7E72;
}
.TagClassName
{
border-color: #FF7E72;
}
</style>