Shades of Salmon #FF786D
Tints of Salmon #FF786D
RGB
CMYK
RGB Variations
Color information
#FF786D (or 0xFF786D) is known color: Salmon. HEX triplet: FF, 78 and 6D. RGB value is (255,120,109). Sum of RGB (Red+Green+Blue) = 255+120+109=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF786D is #008792. Grayscale: #9F9F9F. Windows color (decimal): -34707 or 7174399. OLE color: 7174399.
HSL color Cylindrical-coordinate representation of color #FF786D: hue angle of 4.52º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF786D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 109 | - |
| CMYK | 0 | 0.53 | 0.57 | 0 |
| HSL | 4.52º | 1% | 0.71% | - |
| HSV(B) | 4.52º | 0.57% | 1% | - |
| XYZ | 50.72 | 35.8 | 18.7 | - |
| YUV | 159.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 109 | 0 | 0.53 | 0.57 | 0 | 4.52 | 1 | 0.71 |
| Hex | FF | 78 | 6D | 0 | 35 | 39 | 0 | 5 | 64 | 47 |
| Octal | 377 | 170 | 155 | 0 | 65 | 71 | 0 | 5 | 144 | 107 |
| Binary | 11111111 | 1111000 | 1101101 | 0 | 110101 | 111001 | 0 | 101 | 1100100 | 1000111 |
Color Harmonies of #FF786D
Complementary color
Monochromatic Colors of #FF786D
Black with #FF786D
Text Example
Text Example
White with #FF786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF786D; }
p { color: rgb(255,120,109); }
H1.HeaderClassName
{
color: #FF786D;
}
.AnyTagClassName
{
color: #FF786D;
}
</style>
background-color css
<style>
a { background-color: #FF786D; }
a { background-color: rgb(255,120,109); }
div.DivClassName
{
background-color: #FF786D;
}
.BgClassName
{
background-color: #FF786D;
}
</style>
border-color css
<style>
span { border-color: #FF786D; }
span { border-color: rgb(255,120,109); }
td.TdClassName
{
border-color: #FF786D;
}
.TagClassName
{
border-color: #FF786D;
}
</style>