Shades of Salmon #FF7F7A
Tints of Salmon #FF7F7A
RGB
CMYK
RGB Variations
Color information
#FF7F7A (or 0xFF7F7A) is known color: Salmon. HEX triplet: FF, 7F and 7A. RGB value is (255,127,122). Sum of RGB (Red+Green+Blue) = 255+127+122=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F7A is #008085. Grayscale: #A4A4A4. Windows color (decimal): -32902 or 8028159. OLE color: 8028159.
HSL color Cylindrical-coordinate representation of color #FF7F7A: hue angle of 2.26º 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 #FF7F7A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 122 | - |
| CMYK | 0 | 0.50 | 0.52 | 0 |
| HSL | 2.26º | 1% | 0.74% | - |
| HSV(B) | 2.26º | 0.52% | 1% | - |
| XYZ | 52.34 | 37.84 | 22.96 | - |
| YUV | 164.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 122 | 0 | 0.50 | 0.52 | 0 | 2.26 | 1 | 0.74 |
| Hex | FF | 7F | 7A | 0 | 32 | 34 | 0 | 2 | 64 | 4A |
| Octal | 377 | 177 | 172 | 0 | 62 | 64 | 0 | 2 | 144 | 112 |
| Binary | 11111111 | 1111111 | 1111010 | 0 | 110010 | 110100 | 0 | 10 | 1100100 | 1001010 |
Color Harmonies of #FF7F7A
Complementary color
Monochromatic Colors of #FF7F7A
Black with #FF7F7A
Text Example
Text Example
White with #FF7F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F7A; }
p { color: rgb(255,127,122); }
H1.HeaderClassName
{
color: #FF7F7A;
}
.AnyTagClassName
{
color: #FF7F7A;
}
</style>
background-color css
<style>
a { background-color: #FF7F7A; }
a { background-color: rgb(255,127,122); }
div.DivClassName
{
background-color: #FF7F7A;
}
.BgClassName
{
background-color: #FF7F7A;
}
</style>
border-color css
<style>
span { border-color: #FF7F7A; }
span { border-color: rgb(255,127,122); }
td.TdClassName
{
border-color: #FF7F7A;
}
.TagClassName
{
border-color: #FF7F7A;
}
</style>