Shades of Salmon #FF7F73
Tints of Salmon #FF7F73
RGB
CMYK
RGB Variations
Color information
#FF7F73 (or 0xFF7F73) is known color: Salmon. HEX triplet: FF, 7F and 73. RGB value is (255,127,115). Sum of RGB (Red+Green+Blue) = 255+127+115=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F73 is #00808C. Grayscale: #A4A4A4. Windows color (decimal): -32909 or 7569407. OLE color: 7569407.
HSL color Cylindrical-coordinate representation of color #FF7F73: hue angle of 5.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7F73 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 115 | - |
| CMYK | 0 | 0.50 | 0.55 | 0 |
| HSL | 5.14º | 1% | 0.73% | - |
| HSV(B) | 5.14º | 0.55% | 1% | - |
| XYZ | 51.92 | 37.68 | 20.76 | - |
| YUV | 163.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 115 | 0 | 0.50 | 0.55 | 0 | 5.14 | 1 | 0.73 |
| Hex | FF | 7F | 73 | 0 | 32 | 37 | 0 | 5 | 64 | 49 |
| Octal | 377 | 177 | 163 | 0 | 62 | 67 | 0 | 5 | 144 | 111 |
| Binary | 11111111 | 1111111 | 1110011 | 0 | 110010 | 110111 | 0 | 101 | 1100100 | 1001001 |
Color Harmonies of #FF7F73
Complementary color
Monochromatic Colors of #FF7F73
Black with #FF7F73
Text Example
Text Example
White with #FF7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F73; }
p { color: rgb(255,127,115); }
H1.HeaderClassName
{
color: #FF7F73;
}
.AnyTagClassName
{
color: #FF7F73;
}
</style>
background-color css
<style>
a { background-color: #FF7F73; }
a { background-color: rgb(255,127,115); }
div.DivClassName
{
background-color: #FF7F73;
}
.BgClassName
{
background-color: #FF7F73;
}
</style>
border-color css
<style>
span { border-color: #FF7F73; }
span { border-color: rgb(255,127,115); }
td.TdClassName
{
border-color: #FF7F73;
}
.TagClassName
{
border-color: #FF7F73;
}
</style>