Shades of Salmon #FF7C7A
Tints of Salmon #FF7C7A
RGB
CMYK
RGB Variations
Color information
#FF7C7A (or 0xFF7C7A) is known color: Salmon. HEX triplet: FF, 7C and 7A. RGB value is (255,124,122). Sum of RGB (Red+Green+Blue) = 255+124+122=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C7A is #008385. Grayscale: #A3A3A3. Windows color (decimal): -33670 or 8027391. OLE color: 8027391.
HSL color Cylindrical-coordinate representation of color #FF7C7A: hue angle of 0.9º 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 #FF7C7A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 122 | - |
| CMYK | 0 | 0.51 | 0.52 | 0 |
| HSL | 0.9º | 1% | 0.74% | - |
| HSV(B) | 0.9º | 0.52% | 1% | - |
| XYZ | 51.96 | 37.08 | 22.83 | - |
| YUV | 162.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 122 | 0 | 0.51 | 0.52 | 0 | 0.9 | 1 | 0.74 |
| Hex | FF | 7C | 7A | 0 | 33 | 34 | 0 | 1 | 64 | 4A |
| Octal | 377 | 174 | 172 | 0 | 63 | 64 | 0 | 1 | 144 | 112 |
| Binary | 11111111 | 1111100 | 1111010 | 0 | 110011 | 110100 | 0 | 1 | 1100100 | 1001010 |
Color Harmonies of #FF7C7A
Complementary color
Monochromatic Colors of #FF7C7A
Black with #FF7C7A
Text Example
Text Example
White with #FF7C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C7A; }
p { color: rgb(255,124,122); }
H1.HeaderClassName
{
color: #FF7C7A;
}
.AnyTagClassName
{
color: #FF7C7A;
}
</style>
background-color css
<style>
a { background-color: #FF7C7A; }
a { background-color: rgb(255,124,122); }
div.DivClassName
{
background-color: #FF7C7A;
}
.BgClassName
{
background-color: #FF7C7A;
}
</style>
border-color css
<style>
span { border-color: #FF7C7A; }
span { border-color: rgb(255,124,122); }
td.TdClassName
{
border-color: #FF7C7A;
}
.TagClassName
{
border-color: #FF7C7A;
}
</style>