Shades of Salmon #FF7D75
Tints of Salmon #FF7D75
RGB
CMYK
RGB Variations
Color information
#FF7D75 (or 0xFF7D75) is known color: Salmon. HEX triplet: FF, 7D and 75. RGB value is (255,125,117). Sum of RGB (Red+Green+Blue) = 255+125+117=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D75 is #00828A. Grayscale: #A3A3A3. Windows color (decimal): -33419 or 7699967. OLE color: 7699967.
HSL color Cylindrical-coordinate representation of color #FF7D75: hue angle of 3.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7D75 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 117 | - |
| CMYK | 0 | 0.51 | 0.54 | 0 |
| HSL | 3.48º | 1% | 0.73% | - |
| HSV(B) | 3.48º | 0.54% | 1% | - |
| XYZ | 51.78 | 37.21 | 21.28 | - |
| YUV | 162.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 117 | 0 | 0.51 | 0.54 | 0 | 3.48 | 1 | 0.73 |
| Hex | FF | 7D | 75 | 0 | 33 | 36 | 0 | 3 | 64 | 49 |
| Octal | 377 | 175 | 165 | 0 | 63 | 66 | 0 | 3 | 144 | 111 |
| Binary | 11111111 | 1111101 | 1110101 | 0 | 110011 | 110110 | 0 | 11 | 1100100 | 1001001 |
Color Harmonies of #FF7D75
Complementary color
Monochromatic Colors of #FF7D75
Black with #FF7D75
Text Example
Text Example
White with #FF7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D75; }
p { color: rgb(255,125,117); }
H1.HeaderClassName
{
color: #FF7D75;
}
.AnyTagClassName
{
color: #FF7D75;
}
</style>
background-color css
<style>
a { background-color: #FF7D75; }
a { background-color: rgb(255,125,117); }
div.DivClassName
{
background-color: #FF7D75;
}
.BgClassName
{
background-color: #FF7D75;
}
</style>
border-color css
<style>
span { border-color: #FF7D75; }
span { border-color: rgb(255,125,117); }
td.TdClassName
{
border-color: #FF7D75;
}
.TagClassName
{
border-color: #FF7D75;
}
</style>