Shades of Salmon #FF786E
Tints of Salmon #FF786E
RGB
CMYK
RGB Variations
Color information
#FF786E (or 0xFF786E) is known color: Salmon. HEX triplet: FF, 78 and 6E. RGB value is (255,120,110). Sum of RGB (Red+Green+Blue) = 255+120+110=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF786E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF786E is #008791. Grayscale: #9F9F9F. Windows color (decimal): -34706 or 7239935. OLE color: 7239935.
HSL color Cylindrical-coordinate representation of color #FF786E: hue angle of 4.14º 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 #FF786E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 110 | - |
| CMYK | 0 | 0.53 | 0.57 | 0 |
| HSL | 4.14º | 1% | 0.72% | - |
| HSV(B) | 4.14º | 0.57% | 1% | - |
| XYZ | 50.77 | 35.82 | 18.99 | - |
| YUV | 159.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 110 | 0 | 0.53 | 0.57 | 0 | 4.14 | 1 | 0.72 |
| Hex | FF | 78 | 6E | 0 | 35 | 39 | 0 | 4 | 64 | 48 |
| Octal | 377 | 170 | 156 | 0 | 65 | 71 | 0 | 4 | 144 | 110 |
| Binary | 11111111 | 1111000 | 1101110 | 0 | 110101 | 111001 | 0 | 100 | 1100100 | 1001000 |
Color Harmonies of #FF786E
Complementary color
Monochromatic Colors of #FF786E
Black with #FF786E
Text Example
Text Example
White with #FF786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF786E; }
p { color: rgb(255,120,110); }
H1.HeaderClassName
{
color: #FF786E;
}
.AnyTagClassName
{
color: #FF786E;
}
</style>
background-color css
<style>
a { background-color: #FF786E; }
a { background-color: rgb(255,120,110); }
div.DivClassName
{
background-color: #FF786E;
}
.BgClassName
{
background-color: #FF786E;
}
</style>
border-color css
<style>
span { border-color: #FF786E; }
span { border-color: rgb(255,120,110); }
td.TdClassName
{
border-color: #FF786E;
}
.TagClassName
{
border-color: #FF786E;
}
</style>