Shades of Salmon #FF7C6C
Tints of Salmon #FF7C6C
RGB
CMYK
RGB Variations
Color information
#FF7C6C (or 0xFF7C6C) is known color: Salmon. HEX triplet: FF, 7C and 6C. RGB value is (255,124,108). Sum of RGB (Red+Green+Blue) = 255+124+108=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C6C is #008393. Grayscale: #A1A1A1. Windows color (decimal): -33684 or 7109887. OLE color: 7109887.
HSL color Cylindrical-coordinate representation of color #FF7C6C: hue angle of 6.53º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF7C6C is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 108 | - |
| CMYK | 0 | 0.51 | 0.58 | 0 |
| HSL | 6.53º | 1% | 0.71% | - |
| HSV(B) | 6.53º | 0.58% | 1% | - |
| XYZ | 51.15 | 36.76 | 18.59 | - |
| YUV | 161.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 108 | 0 | 0.51 | 0.58 | 0 | 6.53 | 1 | 0.71 |
| Hex | FF | 7C | 6C | 0 | 33 | 3A | 0 | 7 | 64 | 47 |
| Octal | 377 | 174 | 154 | 0 | 63 | 72 | 0 | 7 | 144 | 107 |
| Binary | 11111111 | 1111100 | 1101100 | 0 | 110011 | 111010 | 0 | 111 | 1100100 | 1000111 |
Color Harmonies of #FF7C6C
Complementary color
Monochromatic Colors of #FF7C6C
Black with #FF7C6C
Text Example
Text Example
White with #FF7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C6C; }
p { color: rgb(255,124,108); }
H1.HeaderClassName
{
color: #FF7C6C;
}
.AnyTagClassName
{
color: #FF7C6C;
}
</style>
background-color css
<style>
a { background-color: #FF7C6C; }
a { background-color: rgb(255,124,108); }
div.DivClassName
{
background-color: #FF7C6C;
}
.BgClassName
{
background-color: #FF7C6C;
}
</style>
border-color css
<style>
span { border-color: #FF7C6C; }
span { border-color: rgb(255,124,108); }
td.TdClassName
{
border-color: #FF7C6C;
}
.TagClassName
{
border-color: #FF7C6C;
}
</style>