Shades of Salmon #FF8B78
Tints of Salmon #FF8B78
RGB
CMYK
RGB Variations
Color information
#FF8B78 (or 0xFF8B78) is known color: Salmon. HEX triplet: FF, 8B and 78. RGB value is (255,139,120). Sum of RGB (Red+Green+Blue) = 255+139+120=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B78 is #007487. Grayscale: #ABABAB. Windows color (decimal): -29832 or 7900159. OLE color: 7900159.
HSL color Cylindrical-coordinate representation of color #FF8B78: hue angle of 8.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8B78 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 120 | - |
| CMYK | 0 | 0.45 | 0.53 | 0 |
| HSL | 8.44º | 1% | 0.74% | - |
| HSV(B) | 8.44º | 0.53% | 1% | - |
| XYZ | 53.86 | 41.08 | 22.86 | - |
| YUV | 171.52 | 98.93 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 120 | 0 | 0.45 | 0.53 | 0 | 8.44 | 1 | 0.74 |
| Hex | FF | 8B | 78 | 0 | 2D | 35 | 0 | 8 | 64 | 4A |
| Octal | 377 | 213 | 170 | 0 | 55 | 65 | 0 | 10 | 144 | 112 |
| Binary | 11111111 | 10001011 | 1111000 | 0 | 101101 | 110101 | 0 | 1000 | 1100100 | 1001010 |
Color Harmonies of #FF8B78
Complementary color
Monochromatic Colors of #FF8B78
Black with #FF8B78
Text Example
Text Example
White with #FF8B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B78; }
p { color: rgb(255,139,120); }
H1.HeaderClassName
{
color: #FF8B78;
}
.AnyTagClassName
{
color: #FF8B78;
}
</style>
background-color css
<style>
a { background-color: #FF8B78; }
a { background-color: rgb(255,139,120); }
div.DivClassName
{
background-color: #FF8B78;
}
.BgClassName
{
background-color: #FF8B78;
}
</style>
border-color css
<style>
span { border-color: #FF8B78; }
span { border-color: rgb(255,139,120); }
td.TdClassName
{
border-color: #FF8B78;
}
.TagClassName
{
border-color: #FF8B78;
}
</style>