Shades of Salmon #FF7A6B
Tints of Salmon #FF7A6B
RGB
CMYK
RGB Variations
Color information
#FF7A6B (or 0xFF7A6B) is known color: Salmon. HEX triplet: FF, 7A and 6B. RGB value is (255,122,107). Sum of RGB (Red+Green+Blue) = 255+122+107=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A6B is #008594. Grayscale: #A0A0A0. Windows color (decimal): -34197 or 7043839. OLE color: 7043839.
HSL color Cylindrical-coordinate representation of color #FF7A6B: hue angle of 6.08º 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 #FF7A6B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 107 | - |
| CMYK | 0 | 0.52 | 0.58 | 0 |
| HSL | 6.08º | 1% | 0.71% | - |
| HSV(B) | 6.08º | 0.58% | 1% | - |
| XYZ | 50.85 | 36.24 | 18.22 | - |
| YUV | 160.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 107 | 0 | 0.52 | 0.58 | 0 | 6.08 | 1 | 0.71 |
| Hex | FF | 7A | 6B | 0 | 34 | 3A | 0 | 6 | 64 | 47 |
| Octal | 377 | 172 | 153 | 0 | 64 | 72 | 0 | 6 | 144 | 107 |
| Binary | 11111111 | 1111010 | 1101011 | 0 | 110100 | 111010 | 0 | 110 | 1100100 | 1000111 |
Color Harmonies of #FF7A6B
Complementary color
Monochromatic Colors of #FF7A6B
Black with #FF7A6B
Text Example
Text Example
White with #FF7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A6B; }
p { color: rgb(255,122,107); }
H1.HeaderClassName
{
color: #FF7A6B;
}
.AnyTagClassName
{
color: #FF7A6B;
}
</style>
background-color css
<style>
a { background-color: #FF7A6B; }
a { background-color: rgb(255,122,107); }
div.DivClassName
{
background-color: #FF7A6B;
}
.BgClassName
{
background-color: #FF7A6B;
}
</style>
border-color css
<style>
span { border-color: #FF7A6B; }
span { border-color: rgb(255,122,107); }
td.TdClassName
{
border-color: #FF7A6B;
}
.TagClassName
{
border-color: #FF7A6B;
}
</style>