Shades of Salmon #FF8978
Tints of Salmon #FF8978
RGB
CMYK
RGB Variations
Color information
#FF8978 (or 0xFF8978) is known color: Salmon. HEX triplet: FF, 89 and 78. RGB value is (255,137,120). Sum of RGB (Red+Green+Blue) = 255+137+120=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8978 is #007687. Grayscale: #AAAAAA. Windows color (decimal): -30344 or 7899647. OLE color: 7899647.
HSL color Cylindrical-coordinate representation of color #FF8978: hue angle of 7.56º 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 #FF8978 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 120 | - |
| CMYK | 0 | 0.46 | 0.53 | 0 |
| HSL | 7.56º | 1% | 0.74% | - |
| HSV(B) | 7.56º | 0.53% | 1% | - |
| XYZ | 53.58 | 40.51 | 22.76 | - |
| YUV | 170.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 120 | 0 | 0.46 | 0.53 | 0 | 7.56 | 1 | 0.74 |
| Hex | FF | 89 | 78 | 0 | 2E | 35 | 0 | 8 | 64 | 4A |
| Octal | 377 | 211 | 170 | 0 | 56 | 65 | 0 | 10 | 144 | 112 |
| Binary | 11111111 | 10001001 | 1111000 | 0 | 101110 | 110101 | 0 | 1000 | 1100100 | 1001010 |
Color Harmonies of #FF8978
Complementary color
Monochromatic Colors of #FF8978
Black with #FF8978
Text Example
Text Example
White with #FF8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8978; }
p { color: rgb(255,137,120); }
H1.HeaderClassName
{
color: #FF8978;
}
.AnyTagClassName
{
color: #FF8978;
}
</style>
background-color css
<style>
a { background-color: #FF8978; }
a { background-color: rgb(255,137,120); }
div.DivClassName
{
background-color: #FF8978;
}
.BgClassName
{
background-color: #FF8978;
}
</style>
border-color css
<style>
span { border-color: #FF8978; }
span { border-color: rgb(255,137,120); }
td.TdClassName
{
border-color: #FF8978;
}
.TagClassName
{
border-color: #FF8978;
}
</style>