Shades of Salmon #FF7875
Tints of Salmon #FF7875
RGB
CMYK
RGB Variations
Color information
#FF7875 (or 0xFF7875) is known color: Salmon. HEX triplet: FF, 78 and 75. RGB value is (255,120,117). Sum of RGB (Red+Green+Blue) = 255+120+117=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7875 is #00878A. Grayscale: #A0A0A0. Windows color (decimal): -34699 or 7698687. OLE color: 7698687.
HSL color Cylindrical-coordinate representation of color #FF7875: hue angle of 1.3º 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 #FF7875 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 117 | - |
| CMYK | 0 | 0.53 | 0.54 | 0 |
| HSL | 1.3º | 1% | 0.73% | - |
| HSV(B) | 1.3º | 0.54% | 1% | - |
| XYZ | 51.17 | 35.98 | 21.08 | - |
| YUV | 160.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 117 | 0 | 0.53 | 0.54 | 0 | 1.3 | 1 | 0.73 |
| Hex | FF | 78 | 75 | 0 | 35 | 36 | 0 | 1 | 64 | 49 |
| Octal | 377 | 170 | 165 | 0 | 65 | 66 | 0 | 1 | 144 | 111 |
| Binary | 11111111 | 1111000 | 1110101 | 0 | 110101 | 110110 | 0 | 1 | 1100100 | 1001001 |
Color Harmonies of #FF7875
Complementary color
Monochromatic Colors of #FF7875
Black with #FF7875
Text Example
Text Example
White with #FF7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7875; }
p { color: rgb(255,120,117); }
H1.HeaderClassName
{
color: #FF7875;
}
.AnyTagClassName
{
color: #FF7875;
}
</style>
background-color css
<style>
a { background-color: #FF7875; }
a { background-color: rgb(255,120,117); }
div.DivClassName
{
background-color: #FF7875;
}
.BgClassName
{
background-color: #FF7875;
}
</style>
border-color css
<style>
span { border-color: #FF7875; }
span { border-color: rgb(255,120,117); }
td.TdClassName
{
border-color: #FF7875;
}
.TagClassName
{
border-color: #FF7875;
}
</style>