Shades of Salmon #FF7B73
Tints of Salmon #FF7B73
RGB
CMYK
RGB Variations
Color information
#FF7B73 (or 0xFF7B73) is known color: Salmon. HEX triplet: FF, 7B and 73. RGB value is (255,123,115). Sum of RGB (Red+Green+Blue) = 255+123+115=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B73 is #00848C. Grayscale: #A1A1A1. Windows color (decimal): -33933 or 7568383. OLE color: 7568383.
HSL color Cylindrical-coordinate representation of color #FF7B73: hue angle of 3.43º 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 #FF7B73 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 115 | - |
| CMYK | 0 | 0.52 | 0.55 | 0 |
| HSL | 3.43º | 1% | 0.73% | - |
| HSV(B) | 3.43º | 0.55% | 1% | - |
| XYZ | 51.42 | 36.66 | 20.59 | - |
| YUV | 161.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 115 | 0 | 0.52 | 0.55 | 0 | 3.43 | 1 | 0.73 |
| Hex | FF | 7B | 73 | 0 | 34 | 37 | 0 | 3 | 64 | 49 |
| Octal | 377 | 173 | 163 | 0 | 64 | 67 | 0 | 3 | 144 | 111 |
| Binary | 11111111 | 1111011 | 1110011 | 0 | 110100 | 110111 | 0 | 11 | 1100100 | 1001001 |
Color Harmonies of #FF7B73
Complementary color
Monochromatic Colors of #FF7B73
Black with #FF7B73
Text Example
Text Example
White with #FF7B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B73; }
p { color: rgb(255,123,115); }
H1.HeaderClassName
{
color: #FF7B73;
}
.AnyTagClassName
{
color: #FF7B73;
}
</style>
background-color css
<style>
a { background-color: #FF7B73; }
a { background-color: rgb(255,123,115); }
div.DivClassName
{
background-color: #FF7B73;
}
.BgClassName
{
background-color: #FF7B73;
}
</style>
border-color css
<style>
span { border-color: #FF7B73; }
span { border-color: rgb(255,123,115); }
td.TdClassName
{
border-color: #FF7B73;
}
.TagClassName
{
border-color: #FF7B73;
}
</style>