Shades of Light Salmon #FFA77F
Tints of Light Salmon #FFA77F
RGB
CMYK
RGB Variations
Color information
#FFA77F (or 0xFFA77F) is known color: Light Salmon. HEX triplet: FF, A7 and 7F. RGB value is (255,167,127). Sum of RGB (Red+Green+Blue) = 255+167+127=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA77F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA77F is #005880. Grayscale: #BDBDBD. Windows color (decimal): -22657 or 8366079. OLE color: 8366079.
HSL color Cylindrical-coordinate representation of color #FFA77F: hue angle of 18.75º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFA77F is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 127 | - |
| CMYK | 0 | 0.35 | 0.50 | 0 |
| HSL | 18.75º | 1% | 0.75% | - |
| HSV(B) | 18.75º | 0.5% | 1% | - |
| XYZ | 58.89 | 50.43 | 26.71 | - |
| YUV | 188.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 127 | 0 | 0.35 | 0.50 | 0 | 18.75 | 1 | 0.75 |
| Hex | FF | A7 | 7F | 0 | 23 | 32 | 0 | 13 | 64 | 4B |
| Octal | 377 | 247 | 177 | 0 | 43 | 62 | 0 | 23 | 144 | 113 |
| Binary | 11111111 | 10100111 | 1111111 | 0 | 100011 | 110010 | 0 | 10011 | 1100100 | 1001011 |
Color Harmonies of #FFA77F
Complementary color
Monochromatic Colors of #FFA77F
Black with #FFA77F
Text Example
Text Example
White with #FFA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA77F; }
p { color: rgb(255,167,127); }
H1.HeaderClassName
{
color: #FFA77F;
}
.AnyTagClassName
{
color: #FFA77F;
}
</style>
background-color css
<style>
a { background-color: #FFA77F; }
a { background-color: rgb(255,167,127); }
div.DivClassName
{
background-color: #FFA77F;
}
.BgClassName
{
background-color: #FFA77F;
}
</style>
border-color css
<style>
span { border-color: #FFA77F; }
span { border-color: rgb(255,167,127); }
td.TdClassName
{
border-color: #FFA77F;
}
.TagClassName
{
border-color: #FFA77F;
}
</style>