Shades of Salmon #FF786A
Tints of Salmon #FF786A
RGB
CMYK
RGB Variations
Color information
#FF786A (or 0xFF786A) is known color: Salmon. HEX triplet: FF, 78 and 6A. RGB value is (255,120,106). Sum of RGB (Red+Green+Blue) = 255+120+106=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF786A is #008795. Grayscale: #9E9E9E. Windows color (decimal): -34710 or 6977791. OLE color: 6977791.
HSL color Cylindrical-coordinate representation of color #FF786A: hue angle of 5.64º 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 #FF786A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 106 | - |
| CMYK | 0 | 0.53 | 0.58 | 0 |
| HSL | 5.64º | 1% | 0.71% | - |
| HSV(B) | 5.64º | 0.58% | 1% | - |
| XYZ | 50.56 | 35.73 | 17.87 | - |
| YUV | 158.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 106 | 0 | 0.53 | 0.58 | 0 | 5.64 | 1 | 0.71 |
| Hex | FF | 78 | 6A | 0 | 35 | 3A | 0 | 6 | 64 | 47 |
| Octal | 377 | 170 | 152 | 0 | 65 | 72 | 0 | 6 | 144 | 107 |
| Binary | 11111111 | 1111000 | 1101010 | 0 | 110101 | 111010 | 0 | 110 | 1100100 | 1000111 |
Color Harmonies of #FF786A
Complementary color
Monochromatic Colors of #FF786A
Black with #FF786A
Text Example
Text Example
White with #FF786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF786A; }
p { color: rgb(255,120,106); }
H1.HeaderClassName
{
color: #FF786A;
}
.AnyTagClassName
{
color: #FF786A;
}
</style>
background-color css
<style>
a { background-color: #FF786A; }
a { background-color: rgb(255,120,106); }
div.DivClassName
{
background-color: #FF786A;
}
.BgClassName
{
background-color: #FF786A;
}
</style>
border-color css
<style>
span { border-color: #FF786A; }
span { border-color: rgb(255,120,106); }
td.TdClassName
{
border-color: #FF786A;
}
.TagClassName
{
border-color: #FF786A;
}
</style>