Shades of Salmon #FF7B72
Tints of Salmon #FF7B72
RGB
CMYK
RGB Variations
Color information
#FF7B72 (or 0xFF7B72) is known color: Salmon. HEX triplet: FF, 7B and 72. RGB value is (255,123,114). Sum of RGB (Red+Green+Blue) = 255+123+114=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B72 is #00848D. Grayscale: #A1A1A1. Windows color (decimal): -33934 or 7502847. OLE color: 7502847.
HSL color Cylindrical-coordinate representation of color #FF7B72: hue angle of 3.83º 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 #FF7B72 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 114 | - |
| CMYK | 0 | 0.52 | 0.55 | 0 |
| HSL | 3.83º | 1% | 0.72% | - |
| HSV(B) | 3.83º | 0.55% | 1% | - |
| XYZ | 51.36 | 36.64 | 20.28 | - |
| YUV | 161.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 114 | 0 | 0.52 | 0.55 | 0 | 3.83 | 1 | 0.72 |
| Hex | FF | 7B | 72 | 0 | 34 | 37 | 0 | 4 | 64 | 48 |
| Octal | 377 | 173 | 162 | 0 | 64 | 67 | 0 | 4 | 144 | 110 |
| Binary | 11111111 | 1111011 | 1110010 | 0 | 110100 | 110111 | 0 | 100 | 1100100 | 1001000 |
Color Harmonies of #FF7B72
Complementary color
Monochromatic Colors of #FF7B72
Black with #FF7B72
Text Example
Text Example
White with #FF7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B72; }
p { color: rgb(255,123,114); }
H1.HeaderClassName
{
color: #FF7B72;
}
.AnyTagClassName
{
color: #FF7B72;
}
</style>
background-color css
<style>
a { background-color: #FF7B72; }
a { background-color: rgb(255,123,114); }
div.DivClassName
{
background-color: #FF7B72;
}
.BgClassName
{
background-color: #FF7B72;
}
</style>
border-color css
<style>
span { border-color: #FF7B72; }
span { border-color: rgb(255,123,114); }
td.TdClassName
{
border-color: #FF7B72;
}
.TagClassName
{
border-color: #FF7B72;
}
</style>