Shades of Salmon #FF7E76
Tints of Salmon #FF7E76
RGB
CMYK
RGB Variations
Color information
#FF7E76 (or 0xFF7E76) is known color: Salmon. HEX triplet: FF, 7E and 76. RGB value is (255,126,118). Sum of RGB (Red+Green+Blue) = 255+126+118=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E76 is #008189. Grayscale: #A3A3A3. Windows color (decimal): -33162 or 7765759. OLE color: 7765759.
HSL color Cylindrical-coordinate representation of color #FF7E76: hue angle of 3.5º 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 #FF7E76 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 118 | - |
| CMYK | 0 | 0.51 | 0.54 | 0 |
| HSL | 3.5º | 1% | 0.73% | - |
| HSV(B) | 3.5º | 0.54% | 1% | - |
| XYZ | 51.97 | 37.49 | 21.64 | - |
| YUV | 163.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 118 | 0 | 0.51 | 0.54 | 0 | 3.5 | 1 | 0.73 |
| Hex | FF | 7E | 76 | 0 | 33 | 36 | 0 | 4 | 64 | 49 |
| Octal | 377 | 176 | 166 | 0 | 63 | 66 | 0 | 4 | 144 | 111 |
| Binary | 11111111 | 1111110 | 1110110 | 0 | 110011 | 110110 | 0 | 100 | 1100100 | 1001001 |
Color Harmonies of #FF7E76
Complementary color
Monochromatic Colors of #FF7E76
Black with #FF7E76
Text Example
Text Example
White with #FF7E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E76; }
p { color: rgb(255,126,118); }
H1.HeaderClassName
{
color: #FF7E76;
}
.AnyTagClassName
{
color: #FF7E76;
}
</style>
background-color css
<style>
a { background-color: #FF7E76; }
a { background-color: rgb(255,126,118); }
div.DivClassName
{
background-color: #FF7E76;
}
.BgClassName
{
background-color: #FF7E76;
}
</style>
border-color css
<style>
span { border-color: #FF7E76; }
span { border-color: rgb(255,126,118); }
td.TdClassName
{
border-color: #FF7E76;
}
.TagClassName
{
border-color: #FF7E76;
}
</style>