Shades of Salmon #FF776A
Tints of Salmon #FF776A
RGB
CMYK
RGB Variations
Color information
#FF776A (or 0xFF776A) is known color: Salmon. HEX triplet: FF, 77 and 6A. RGB value is (255,119,106). Sum of RGB (Red+Green+Blue) = 255+119+106=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF776A is #008895. Grayscale: #9E9E9E. Windows color (decimal): -34966 or 6977535. OLE color: 6977535.
HSL color Cylindrical-coordinate representation of color #FF776A: hue angle of 5.23º 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 #FF776A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 106 | - |
| CMYK | 0 | 0.53 | 0.58 | 0 |
| HSL | 5.23º | 1% | 0.71% | - |
| HSV(B) | 5.23º | 0.58% | 1% | - |
| XYZ | 50.44 | 35.49 | 17.83 | - |
| YUV | 158.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 106 | 0 | 0.53 | 0.58 | 0 | 5.23 | 1 | 0.71 |
| Hex | FF | 77 | 6A | 0 | 35 | 3A | 0 | 5 | 64 | 47 |
| Octal | 377 | 167 | 152 | 0 | 65 | 72 | 0 | 5 | 144 | 107 |
| Binary | 11111111 | 1110111 | 1101010 | 0 | 110101 | 111010 | 0 | 101 | 1100100 | 1000111 |
Color Harmonies of #FF776A
Complementary color
Monochromatic Colors of #FF776A
Black with #FF776A
Text Example
Text Example
White with #FF776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF776A; }
p { color: rgb(255,119,106); }
H1.HeaderClassName
{
color: #FF776A;
}
.AnyTagClassName
{
color: #FF776A;
}
</style>
background-color css
<style>
a { background-color: #FF776A; }
a { background-color: rgb(255,119,106); }
div.DivClassName
{
background-color: #FF776A;
}
.BgClassName
{
background-color: #FF776A;
}
</style>
border-color css
<style>
span { border-color: #FF776A; }
span { border-color: rgb(255,119,106); }
td.TdClassName
{
border-color: #FF776A;
}
.TagClassName
{
border-color: #FF776A;
}
</style>