Shades of Light Salmon #FFA77A
Tints of Light Salmon #FFA77A
RGB
CMYK
RGB Variations
Color information
#FFA77A (or 0xFFA77A) is known color: Light Salmon. HEX triplet: FF, A7 and 7A. RGB value is (255,167,122). Sum of RGB (Red+Green+Blue) = 255+167+122=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA77A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA77A is #005885. Grayscale: #BCBCBC. Windows color (decimal): -22662 or 8038399. OLE color: 8038399.
HSL color Cylindrical-coordinate representation of color #FFA77A: hue angle of 20.3º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFA77A is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 122 | - |
| CMYK | 0 | 0.35 | 0.52 | 0 |
| HSL | 20.3º | 1% | 0.74% | - |
| HSV(B) | 20.3º | 0.52% | 1% | - |
| XYZ | 58.57 | 50.3 | 25.03 | - |
| YUV | 188.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 122 | 0 | 0.35 | 0.52 | 0 | 20.3 | 1 | 0.74 |
| Hex | FF | A7 | 7A | 0 | 23 | 34 | 0 | 14 | 64 | 4A |
| Octal | 377 | 247 | 172 | 0 | 43 | 64 | 0 | 24 | 144 | 112 |
| Binary | 11111111 | 10100111 | 1111010 | 0 | 100011 | 110100 | 0 | 10100 | 1100100 | 1001010 |
Color Harmonies of #FFA77A
Complementary color
Monochromatic Colors of #FFA77A
Black with #FFA77A
Text Example
Text Example
White with #FFA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA77A; }
p { color: rgb(255,167,122); }
H1.HeaderClassName
{
color: #FFA77A;
}
.AnyTagClassName
{
color: #FFA77A;
}
</style>
background-color css
<style>
a { background-color: #FFA77A; }
a { background-color: rgb(255,167,122); }
div.DivClassName
{
background-color: #FFA77A;
}
.BgClassName
{
background-color: #FFA77A;
}
</style>
border-color css
<style>
span { border-color: #FFA77A; }
span { border-color: rgb(255,167,122); }
td.TdClassName
{
border-color: #FFA77A;
}
.TagClassName
{
border-color: #FFA77A;
}
</style>