Shades of Light Salmon #FFA77C
Tints of Light Salmon #FFA77C
RGB
CMYK
RGB Variations
Color information
#FFA77C (or 0xFFA77C) is known color: Light Salmon. HEX triplet: FF, A7 and 7C. RGB value is (255,167,124). Sum of RGB (Red+Green+Blue) = 255+167+124=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA77C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA77C is #005883. Grayscale: #BCBCBC. Windows color (decimal): -22660 or 8169471. OLE color: 8169471.
HSL color Cylindrical-coordinate representation of color #FFA77C: hue angle of 19.69º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA77C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 124 | - |
| CMYK | 0 | 0.35 | 0.51 | 0 |
| HSL | 19.69º | 1% | 0.74% | - |
| HSV(B) | 19.69º | 0.51% | 1% | - |
| XYZ | 58.7 | 50.35 | 25.69 | - |
| YUV | 188.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 124 | 0 | 0.35 | 0.51 | 0 | 19.69 | 1 | 0.74 |
| Hex | FF | A7 | 7C | 0 | 23 | 33 | 0 | 14 | 64 | 4A |
| Octal | 377 | 247 | 174 | 0 | 43 | 63 | 0 | 24 | 144 | 112 |
| Binary | 11111111 | 10100111 | 1111100 | 0 | 100011 | 110011 | 0 | 10100 | 1100100 | 1001010 |
Color Harmonies of #FFA77C
Complementary color
Monochromatic Colors of #FFA77C
Black with #FFA77C
Text Example
Text Example
White with #FFA77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA77C; }
p { color: rgb(255,167,124); }
H1.HeaderClassName
{
color: #FFA77C;
}
.AnyTagClassName
{
color: #FFA77C;
}
</style>
background-color css
<style>
a { background-color: #FFA77C; }
a { background-color: rgb(255,167,124); }
div.DivClassName
{
background-color: #FFA77C;
}
.BgClassName
{
background-color: #FFA77C;
}
</style>
border-color css
<style>
span { border-color: #FFA77C; }
span { border-color: rgb(255,167,124); }
td.TdClassName
{
border-color: #FFA77C;
}
.TagClassName
{
border-color: #FFA77C;
}
</style>