Shades of Salmon #FF786C
Tints of Salmon #FF786C
RGB
CMYK
RGB Variations
Color information
#FF786C (or 0xFF786C) is known color: Salmon. HEX triplet: FF, 78 and 6C. RGB value is (255,120,108). Sum of RGB (Red+Green+Blue) = 255+120+108=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF786C is #008793. Grayscale: #9F9F9F. Windows color (decimal): -34708 or 7108863. OLE color: 7108863.
HSL color Cylindrical-coordinate representation of color #FF786C: hue angle of 4.9º 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 #FF786C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 108 | - |
| CMYK | 0 | 0.53 | 0.58 | 0 |
| HSL | 4.9º | 1% | 0.71% | - |
| HSV(B) | 4.9º | 0.58% | 1% | - |
| XYZ | 50.66 | 35.78 | 18.42 | - |
| YUV | 159 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 108 | 0 | 0.53 | 0.58 | 0 | 4.9 | 1 | 0.71 |
| Hex | FF | 78 | 6C | 0 | 35 | 3A | 0 | 5 | 64 | 47 |
| Octal | 377 | 170 | 154 | 0 | 65 | 72 | 0 | 5 | 144 | 107 |
| Binary | 11111111 | 1111000 | 1101100 | 0 | 110101 | 111010 | 0 | 101 | 1100100 | 1000111 |
Color Harmonies of #FF786C
Complementary color
Monochromatic Colors of #FF786C
Black with #FF786C
Text Example
Text Example
White with #FF786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF786C; }
p { color: rgb(255,120,108); }
H1.HeaderClassName
{
color: #FF786C;
}
.AnyTagClassName
{
color: #FF786C;
}
</style>
background-color css
<style>
a { background-color: #FF786C; }
a { background-color: rgb(255,120,108); }
div.DivClassName
{
background-color: #FF786C;
}
.BgClassName
{
background-color: #FF786C;
}
</style>
border-color css
<style>
span { border-color: #FF786C; }
span { border-color: rgb(255,120,108); }
td.TdClassName
{
border-color: #FF786C;
}
.TagClassName
{
border-color: #FF786C;
}
</style>