Shades of Salmon #FF796E
Tints of Salmon #FF796E
RGB
CMYK
RGB Variations
Color information
#FF796E (or 0xFF796E) is known color: Salmon. HEX triplet: FF, 79 and 6E. RGB value is (255,121,110). Sum of RGB (Red+Green+Blue) = 255+121+110=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF796E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF796E is #008691. Grayscale: #9F9F9F. Windows color (decimal): -34450 or 7240191. OLE color: 7240191.
HSL color Cylindrical-coordinate representation of color #FF796E: hue angle of 4.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF796E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 110 | - |
| CMYK | 0 | 0.53 | 0.57 | 0 |
| HSL | 4.55º | 1% | 0.72% | - |
| HSV(B) | 4.55º | 0.57% | 1% | - |
| XYZ | 50.89 | 36.06 | 19.03 | - |
| YUV | 159.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 110 | 0 | 0.53 | 0.57 | 0 | 4.55 | 1 | 0.72 |
| Hex | FF | 79 | 6E | 0 | 35 | 39 | 0 | 5 | 64 | 48 |
| Octal | 377 | 171 | 156 | 0 | 65 | 71 | 0 | 5 | 144 | 110 |
| Binary | 11111111 | 1111001 | 1101110 | 0 | 110101 | 111001 | 0 | 101 | 1100100 | 1001000 |
Color Harmonies of #FF796E
Complementary color
Monochromatic Colors of #FF796E
Black with #FF796E
Text Example
Text Example
White with #FF796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF796E; }
p { color: rgb(255,121,110); }
H1.HeaderClassName
{
color: #FF796E;
}
.AnyTagClassName
{
color: #FF796E;
}
</style>
background-color css
<style>
a { background-color: #FF796E; }
a { background-color: rgb(255,121,110); }
div.DivClassName
{
background-color: #FF796E;
}
.BgClassName
{
background-color: #FF796E;
}
</style>
border-color css
<style>
span { border-color: #FF796E; }
span { border-color: rgb(255,121,110); }
td.TdClassName
{
border-color: #FF796E;
}
.TagClassName
{
border-color: #FF796E;
}
</style>