Shades of Salmon #FF786B
Tints of Salmon #FF786B
RGB
CMYK
RGB Variations
Color information
#FF786B (or 0xFF786B) is known color: Salmon. HEX triplet: FF, 78 and 6B. RGB value is (255,120,107). Sum of RGB (Red+Green+Blue) = 255+120+107=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF786B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF786B is #008794. Grayscale: #9F9F9F. Windows color (decimal): -34709 or 7043327. OLE color: 7043327.
HSL color Cylindrical-coordinate representation of color #FF786B: hue angle of 5.27º 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 #FF786B is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 107 | - |
| CMYK | 0 | 0.53 | 0.58 | 0 |
| HSL | 5.27º | 1% | 0.71% | - |
| HSV(B) | 5.27º | 0.58% | 1% | - |
| XYZ | 50.61 | 35.75 | 18.14 | - |
| YUV | 158.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 107 | 0 | 0.53 | 0.58 | 0 | 5.27 | 1 | 0.71 |
| Hex | FF | 78 | 6B | 0 | 35 | 3A | 0 | 5 | 64 | 47 |
| Octal | 377 | 170 | 153 | 0 | 65 | 72 | 0 | 5 | 144 | 107 |
| Binary | 11111111 | 1111000 | 1101011 | 0 | 110101 | 111010 | 0 | 101 | 1100100 | 1000111 |
Color Harmonies of #FF786B
Complementary color
Monochromatic Colors of #FF786B
Black with #FF786B
Text Example
Text Example
White with #FF786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF786B; }
p { color: rgb(255,120,107); }
H1.HeaderClassName
{
color: #FF786B;
}
.AnyTagClassName
{
color: #FF786B;
}
</style>
background-color css
<style>
a { background-color: #FF786B; }
a { background-color: rgb(255,120,107); }
div.DivClassName
{
background-color: #FF786B;
}
.BgClassName
{
background-color: #FF786B;
}
</style>
border-color css
<style>
span { border-color: #FF786B; }
span { border-color: rgb(255,120,107); }
td.TdClassName
{
border-color: #FF786B;
}
.TagClassName
{
border-color: #FF786B;
}
</style>