Shades of Salmon #FF7878
Tints of Salmon #FF7878
RGB
CMYK
RGB Variations
Color information
#FF7878 (or 0xFF7878) is known color: Salmon. HEX triplet: FF, 78 and 78. RGB value is (255,120,120). Sum of RGB (Red+Green+Blue) = 255+120+120=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7878 is #008787. Grayscale: #A0A0A0. Windows color (decimal): -34696 or 7895295. OLE color: 7895295.
HSL color Cylindrical-coordinate representation of color #FF7878: hue angle of 0º 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 #FF7878 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 120 | - |
| CMYK | 0 | 0.53 | 0.53 | 0 |
| HSL | 0º | 1% | 0.74% | - |
| HSV(B) | 0º | 0.53% | 1% | - |
| XYZ | 51.35 | 36.05 | 22.02 | - |
| YUV | 160.37 | 105.23 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 120 | 0 | 0.53 | 0.53 | 0 | 0 | 1 | 0.74 |
| Hex | FF | 78 | 78 | 0 | 35 | 35 | 0 | 0 | 64 | 4A |
| Octal | 377 | 170 | 170 | 0 | 65 | 65 | 0 | 0 | 144 | 112 |
| Binary | 11111111 | 1111000 | 1111000 | 0 | 110101 | 110101 | 0 | 0 | 1100100 | 1001010 |
Color Harmonies of #FF7878
Complementary color
Monochromatic Colors of #FF7878
Black with #FF7878
Text Example
Text Example
White with #FF7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7878; }
p { color: rgb(255,120,120); }
H1.HeaderClassName
{
color: #FF7878;
}
.AnyTagClassName
{
color: #FF7878;
}
</style>
background-color css
<style>
a { background-color: #FF7878; }
a { background-color: rgb(255,120,120); }
div.DivClassName
{
background-color: #FF7878;
}
.BgClassName
{
background-color: #FF7878;
}
</style>
border-color css
<style>
span { border-color: #FF7878; }
span { border-color: rgb(255,120,120); }
td.TdClassName
{
border-color: #FF7878;
}
.TagClassName
{
border-color: #FF7878;
}
</style>