Shades of Salmon #FF7F6E
Tints of Salmon #FF7F6E
RGB
CMYK
RGB Variations
Color information
#FF7F6E (or 0xFF7F6E) is known color: Salmon. HEX triplet: FF, 7F and 6E. RGB value is (255,127,110). Sum of RGB (Red+Green+Blue) = 255+127+110=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F6E is #008091. Grayscale: #A3A3A3. Windows color (decimal): -32914 or 7241727. OLE color: 7241727.
HSL color Cylindrical-coordinate representation of color #FF7F6E: hue angle of 7.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF7F6E is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 110 | - |
| CMYK | 0 | 0.50 | 0.57 | 0 |
| HSL | 7.03º | 1% | 0.72% | - |
| HSV(B) | 7.03º | 0.57% | 1% | - |
| XYZ | 51.64 | 37.56 | 19.28 | - |
| YUV | 163.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 110 | 0 | 0.50 | 0.57 | 0 | 7.03 | 1 | 0.72 |
| Hex | FF | 7F | 6E | 0 | 32 | 39 | 0 | 7 | 64 | 48 |
| Octal | 377 | 177 | 156 | 0 | 62 | 71 | 0 | 7 | 144 | 110 |
| Binary | 11111111 | 1111111 | 1101110 | 0 | 110010 | 111001 | 0 | 111 | 1100100 | 1001000 |
Color Harmonies of #FF7F6E
Complementary color
Monochromatic Colors of #FF7F6E
Black with #FF7F6E
Text Example
Text Example
White with #FF7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F6E; }
p { color: rgb(255,127,110); }
H1.HeaderClassName
{
color: #FF7F6E;
}
.AnyTagClassName
{
color: #FF7F6E;
}
</style>
background-color css
<style>
a { background-color: #FF7F6E; }
a { background-color: rgb(255,127,110); }
div.DivClassName
{
background-color: #FF7F6E;
}
.BgClassName
{
background-color: #FF7F6E;
}
</style>
border-color css
<style>
span { border-color: #FF7F6E; }
span { border-color: rgb(255,127,110); }
td.TdClassName
{
border-color: #FF7F6E;
}
.TagClassName
{
border-color: #FF7F6E;
}
</style>