Shades of Salmon #FF796C
Tints of Salmon #FF796C
RGB
CMYK
RGB Variations
Color information
#FF796C (or 0xFF796C) is known color: Salmon. HEX triplet: FF, 79 and 6C. RGB value is (255,121,108). Sum of RGB (Red+Green+Blue) = 255+121+108=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF796C is #008693. Grayscale: #9F9F9F. Windows color (decimal): -34452 or 7109119. OLE color: 7109119.
HSL color Cylindrical-coordinate representation of color #FF796C: hue angle of 5.31º 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 #FF796C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 108 | - |
| CMYK | 0 | 0.53 | 0.58 | 0 |
| HSL | 5.31º | 1% | 0.71% | - |
| HSV(B) | 5.31º | 0.58% | 1% | - |
| XYZ | 50.78 | 36.02 | 18.46 | - |
| YUV | 159.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 108 | 0 | 0.53 | 0.58 | 0 | 5.31 | 1 | 0.71 |
| Hex | FF | 79 | 6C | 0 | 35 | 3A | 0 | 5 | 64 | 47 |
| Octal | 377 | 171 | 154 | 0 | 65 | 72 | 0 | 5 | 144 | 107 |
| Binary | 11111111 | 1111001 | 1101100 | 0 | 110101 | 111010 | 0 | 101 | 1100100 | 1000111 |
Color Harmonies of #FF796C
Complementary color
Monochromatic Colors of #FF796C
Black with #FF796C
Text Example
Text Example
White with #FF796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF796C; }
p { color: rgb(255,121,108); }
H1.HeaderClassName
{
color: #FF796C;
}
.AnyTagClassName
{
color: #FF796C;
}
</style>
background-color css
<style>
a { background-color: #FF796C; }
a { background-color: rgb(255,121,108); }
div.DivClassName
{
background-color: #FF796C;
}
.BgClassName
{
background-color: #FF796C;
}
</style>
border-color css
<style>
span { border-color: #FF796C; }
span { border-color: rgb(255,121,108); }
td.TdClassName
{
border-color: #FF796C;
}
.TagClassName
{
border-color: #FF796C;
}
</style>