Shades of Salmon #FF7773
Tints of Salmon #FF7773
RGB
CMYK
RGB Variations
Color information
#FF7773 (or 0xFF7773) is known color: Salmon. HEX triplet: FF, 77 and 73. RGB value is (255,119,115). Sum of RGB (Red+Green+Blue) = 255+119+115=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7773 is #00888C. Grayscale: #9F9F9F. Windows color (decimal): -34957 or 7567359. OLE color: 7567359.
HSL color Cylindrical-coordinate representation of color #FF7773: hue angle of 1.71º 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 #FF7773 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 115 | - |
| CMYK | 0 | 0.53 | 0.55 | 0 |
| HSL | 1.71º | 1% | 0.73% | - |
| HSV(B) | 1.71º | 0.55% | 1% | - |
| XYZ | 50.93 | 35.69 | 20.42 | - |
| YUV | 159.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 115 | 0 | 0.53 | 0.55 | 0 | 1.71 | 1 | 0.73 |
| Hex | FF | 77 | 73 | 0 | 35 | 37 | 0 | 2 | 64 | 49 |
| Octal | 377 | 167 | 163 | 0 | 65 | 67 | 0 | 2 | 144 | 111 |
| Binary | 11111111 | 1110111 | 1110011 | 0 | 110101 | 110111 | 0 | 10 | 1100100 | 1001001 |
Color Harmonies of #FF7773
Complementary color
Monochromatic Colors of #FF7773
Black with #FF7773
Text Example
Text Example
White with #FF7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7773; }
p { color: rgb(255,119,115); }
H1.HeaderClassName
{
color: #FF7773;
}
.AnyTagClassName
{
color: #FF7773;
}
</style>
background-color css
<style>
a { background-color: #FF7773; }
a { background-color: rgb(255,119,115); }
div.DivClassName
{
background-color: #FF7773;
}
.BgClassName
{
background-color: #FF7773;
}
</style>
border-color css
<style>
span { border-color: #FF7773; }
span { border-color: rgb(255,119,115); }
td.TdClassName
{
border-color: #FF7773;
}
.TagClassName
{
border-color: #FF7773;
}
</style>