Shades of Light Salmon #FFA77D
Tints of Light Salmon #FFA77D
RGB
CMYK
RGB Variations
Color information
#FFA77D (or 0xFFA77D) is known color: Light Salmon. HEX triplet: FF, A7 and 7D. RGB value is (255,167,125). Sum of RGB (Red+Green+Blue) = 255+167+125=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA77D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA77D is #005882. Grayscale: #BCBCBC. Windows color (decimal): -22659 or 8235007. OLE color: 8235007.
HSL color Cylindrical-coordinate representation of color #FFA77D: hue angle of 19.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA77D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 125 | - |
| CMYK | 0 | 0.35 | 0.51 | 0 |
| HSL | 19.38º | 1% | 0.75% | - |
| HSV(B) | 19.38º | 0.51% | 1% | - |
| XYZ | 58.76 | 50.38 | 26.03 | - |
| YUV | 188.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 125 | 0 | 0.35 | 0.51 | 0 | 19.38 | 1 | 0.75 |
| Hex | FF | A7 | 7D | 0 | 23 | 33 | 0 | 13 | 64 | 4B |
| Octal | 377 | 247 | 175 | 0 | 43 | 63 | 0 | 23 | 144 | 113 |
| Binary | 11111111 | 10100111 | 1111101 | 0 | 100011 | 110011 | 0 | 10011 | 1100100 | 1001011 |
Color Harmonies of #FFA77D
Complementary color
Monochromatic Colors of #FFA77D
Black with #FFA77D
Text Example
Text Example
White with #FFA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA77D; }
p { color: rgb(255,167,125); }
H1.HeaderClassName
{
color: #FFA77D;
}
.AnyTagClassName
{
color: #FFA77D;
}
</style>
background-color css
<style>
a { background-color: #FFA77D; }
a { background-color: rgb(255,167,125); }
div.DivClassName
{
background-color: #FFA77D;
}
.BgClassName
{
background-color: #FFA77D;
}
</style>
border-color css
<style>
span { border-color: #FFA77D; }
span { border-color: rgb(255,167,125); }
td.TdClassName
{
border-color: #FFA77D;
}
.TagClassName
{
border-color: #FFA77D;
}
</style>