Shades of Salmon #FF7A6D
Tints of Salmon #FF7A6D
RGB
CMYK
RGB Variations
Color information
#FF7A6D (or 0xFF7A6D) is known color: Salmon. HEX triplet: FF, 7A and 6D. RGB value is (255,122,109). Sum of RGB (Red+Green+Blue) = 255+122+109=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A6D is #008592. Grayscale: #A0A0A0. Windows color (decimal): -34195 or 7174911. OLE color: 7174911.
HSL color Cylindrical-coordinate representation of color #FF7A6D: hue angle of 5.34º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF7A6D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 109 | - |
| CMYK | 0 | 0.52 | 0.57 | 0 |
| HSL | 5.34º | 1% | 0.71% | - |
| HSV(B) | 5.34º | 0.57% | 1% | - |
| XYZ | 50.96 | 36.28 | 18.79 | - |
| YUV | 160.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 109 | 0 | 0.52 | 0.57 | 0 | 5.34 | 1 | 0.71 |
| Hex | FF | 7A | 6D | 0 | 34 | 39 | 0 | 5 | 64 | 47 |
| Octal | 377 | 172 | 155 | 0 | 64 | 71 | 0 | 5 | 144 | 107 |
| Binary | 11111111 | 1111010 | 1101101 | 0 | 110100 | 111001 | 0 | 101 | 1100100 | 1000111 |
Color Harmonies of #FF7A6D
Complementary color
Monochromatic Colors of #FF7A6D
Black with #FF7A6D
Text Example
Text Example
White with #FF7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A6D; }
p { color: rgb(255,122,109); }
H1.HeaderClassName
{
color: #FF7A6D;
}
.AnyTagClassName
{
color: #FF7A6D;
}
</style>
background-color css
<style>
a { background-color: #FF7A6D; }
a { background-color: rgb(255,122,109); }
div.DivClassName
{
background-color: #FF7A6D;
}
.BgClassName
{
background-color: #FF7A6D;
}
</style>
border-color css
<style>
span { border-color: #FF7A6D; }
span { border-color: rgb(255,122,109); }
td.TdClassName
{
border-color: #FF7A6D;
}
.TagClassName
{
border-color: #FF7A6D;
}
</style>