Shades of Salmon #FF7872
Tints of Salmon #FF7872
RGB
CMYK
RGB Variations
Color information
#FF7872 (or 0xFF7872) is known color: Salmon. HEX triplet: FF, 78 and 72. RGB value is (255,120,114). Sum of RGB (Red+Green+Blue) = 255+120+114=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7872 is #00878D. Grayscale: #9F9F9F. Windows color (decimal): -34702 or 7502079. OLE color: 7502079.
HSL color Cylindrical-coordinate representation of color #FF7872: hue angle of 2.55º 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 #FF7872 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 114 | - |
| CMYK | 0 | 0.53 | 0.55 | 0 |
| HSL | 2.55º | 1% | 0.72% | - |
| HSV(B) | 2.55º | 0.55% | 1% | - |
| XYZ | 50.99 | 35.91 | 20.16 | - |
| YUV | 159.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 114 | 0 | 0.53 | 0.55 | 0 | 2.55 | 1 | 0.72 |
| Hex | FF | 78 | 72 | 0 | 35 | 37 | 0 | 3 | 64 | 48 |
| Octal | 377 | 170 | 162 | 0 | 65 | 67 | 0 | 3 | 144 | 110 |
| Binary | 11111111 | 1111000 | 1110010 | 0 | 110101 | 110111 | 0 | 11 | 1100100 | 1001000 |
Color Harmonies of #FF7872
Complementary color
Monochromatic Colors of #FF7872
Black with #FF7872
Text Example
Text Example
White with #FF7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7872; }
p { color: rgb(255,120,114); }
H1.HeaderClassName
{
color: #FF7872;
}
.AnyTagClassName
{
color: #FF7872;
}
</style>
background-color css
<style>
a { background-color: #FF7872; }
a { background-color: rgb(255,120,114); }
div.DivClassName
{
background-color: #FF7872;
}
.BgClassName
{
background-color: #FF7872;
}
</style>
border-color css
<style>
span { border-color: #FF7872; }
span { border-color: rgb(255,120,114); }
td.TdClassName
{
border-color: #FF7872;
}
.TagClassName
{
border-color: #FF7872;
}
</style>