Shades of Salmon #FF7772
Tints of Salmon #FF7772
RGB
CMYK
RGB Variations
Color information
#FF7772 (or 0xFF7772) is known color: Salmon. HEX triplet: FF, 77 and 72. RGB value is (255,119,114). Sum of RGB (Red+Green+Blue) = 255+119+114=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7772 is #00888D. Grayscale: #9F9F9F. Windows color (decimal): -34958 or 7501823. OLE color: 7501823.
HSL color Cylindrical-coordinate representation of color #FF7772: hue angle of 2.13º 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 #FF7772 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 114 | - |
| CMYK | 0 | 0.53 | 0.55 | 0 |
| HSL | 2.13º | 1% | 0.72% | - |
| HSV(B) | 2.13º | 0.55% | 1% | - |
| XYZ | 50.87 | 35.67 | 20.12 | - |
| YUV | 159.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 114 | 0 | 0.53 | 0.55 | 0 | 2.13 | 1 | 0.72 |
| Hex | FF | 77 | 72 | 0 | 35 | 37 | 0 | 2 | 64 | 48 |
| Octal | 377 | 167 | 162 | 0 | 65 | 67 | 0 | 2 | 144 | 110 |
| Binary | 11111111 | 1110111 | 1110010 | 0 | 110101 | 110111 | 0 | 10 | 1100100 | 1001000 |
Color Harmonies of #FF7772
Complementary color
Monochromatic Colors of #FF7772
Black with #FF7772
Text Example
Text Example
White with #FF7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7772; }
p { color: rgb(255,119,114); }
H1.HeaderClassName
{
color: #FF7772;
}
.AnyTagClassName
{
color: #FF7772;
}
</style>
background-color css
<style>
a { background-color: #FF7772; }
a { background-color: rgb(255,119,114); }
div.DivClassName
{
background-color: #FF7772;
}
.BgClassName
{
background-color: #FF7772;
}
</style>
border-color css
<style>
span { border-color: #FF7772; }
span { border-color: rgb(255,119,114); }
td.TdClassName
{
border-color: #FF7772;
}
.TagClassName
{
border-color: #FF7772;
}
</style>