Shades of Salmon #FF7A76
Tints of Salmon #FF7A76
RGB
CMYK
RGB Variations
Color information
#FF7A76 (or 0xFF7A76) is known color: Salmon. HEX triplet: FF, 7A and 76. RGB value is (255,122,118). Sum of RGB (Red+Green+Blue) = 255+122+118=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A76 is #008589. Grayscale: #A1A1A1. Windows color (decimal): -34186 or 7764735. OLE color: 7764735.
HSL color Cylindrical-coordinate representation of color #FF7A76: hue angle of 1.75º 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 #FF7A76 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 118 | - |
| CMYK | 0 | 0.52 | 0.54 | 0 |
| HSL | 1.75º | 1% | 0.73% | - |
| HSV(B) | 1.75º | 0.54% | 1% | - |
| XYZ | 51.47 | 36.49 | 21.47 | - |
| YUV | 161.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 118 | 0 | 0.52 | 0.54 | 0 | 1.75 | 1 | 0.73 |
| Hex | FF | 7A | 76 | 0 | 34 | 36 | 0 | 2 | 64 | 49 |
| Octal | 377 | 172 | 166 | 0 | 64 | 66 | 0 | 2 | 144 | 111 |
| Binary | 11111111 | 1111010 | 1110110 | 0 | 110100 | 110110 | 0 | 10 | 1100100 | 1001001 |
Color Harmonies of #FF7A76
Complementary color
Monochromatic Colors of #FF7A76
Black with #FF7A76
Text Example
Text Example
White with #FF7A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A76; }
p { color: rgb(255,122,118); }
H1.HeaderClassName
{
color: #FF7A76;
}
.AnyTagClassName
{
color: #FF7A76;
}
</style>
background-color css
<style>
a { background-color: #FF7A76; }
a { background-color: rgb(255,122,118); }
div.DivClassName
{
background-color: #FF7A76;
}
.BgClassName
{
background-color: #FF7A76;
}
</style>
border-color css
<style>
span { border-color: #FF7A76; }
span { border-color: rgb(255,122,118); }
td.TdClassName
{
border-color: #FF7A76;
}
.TagClassName
{
border-color: #FF7A76;
}
</style>