Shades of Salmon #FF7770
Tints of Salmon #FF7770
RGB
CMYK
RGB Variations
Color information
#FF7770 (or 0xFF7770) is known color: Salmon. HEX triplet: FF, 77 and 70. RGB value is (255,119,112). Sum of RGB (Red+Green+Blue) = 255+119+112=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7770 is #00888F. Grayscale: #9F9F9F. Windows color (decimal): -34960 or 7370751. OLE color: 7370751.
HSL color Cylindrical-coordinate representation of color #FF7770: hue angle of 2.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7770 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 112 | - |
| CMYK | 0 | 0.53 | 0.56 | 0 |
| HSL | 2.94º | 1% | 0.72% | - |
| HSV(B) | 2.94º | 0.56% | 1% | - |
| XYZ | 50.76 | 35.62 | 19.53 | - |
| YUV | 158.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 112 | 0 | 0.53 | 0.56 | 0 | 2.94 | 1 | 0.72 |
| Hex | FF | 77 | 70 | 0 | 35 | 38 | 0 | 3 | 64 | 48 |
| Octal | 377 | 167 | 160 | 0 | 65 | 70 | 0 | 3 | 144 | 110 |
| Binary | 11111111 | 1110111 | 1110000 | 0 | 110101 | 111000 | 0 | 11 | 1100100 | 1001000 |
Color Harmonies of #FF7770
Complementary color
Monochromatic Colors of #FF7770
Black with #FF7770
Text Example
Text Example
White with #FF7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7770; }
p { color: rgb(255,119,112); }
H1.HeaderClassName
{
color: #FF7770;
}
.AnyTagClassName
{
color: #FF7770;
}
</style>
background-color css
<style>
a { background-color: #FF7770; }
a { background-color: rgb(255,119,112); }
div.DivClassName
{
background-color: #FF7770;
}
.BgClassName
{
background-color: #FF7770;
}
</style>
border-color css
<style>
span { border-color: #FF7770; }
span { border-color: rgb(255,119,112); }
td.TdClassName
{
border-color: #FF7770;
}
.TagClassName
{
border-color: #FF7770;
}
</style>