Shades of Salmon #FF7F76
Tints of Salmon #FF7F76
RGB
CMYK
RGB Variations
Color information
#FF7F76 (or 0xFF7F76) is known color: Salmon. HEX triplet: FF, 7F and 76. RGB value is (255,127,118). Sum of RGB (Red+Green+Blue) = 255+127+118=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F76 is #008089. Grayscale: #A4A4A4. Windows color (decimal): -32906 or 7766015. OLE color: 7766015.
HSL color Cylindrical-coordinate representation of color #FF7F76: hue angle of 3.94º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7F76 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 118 | - |
| CMYK | 0 | 0.50 | 0.54 | 0 |
| HSL | 3.94º | 1% | 0.73% | - |
| HSV(B) | 3.94º | 0.54% | 1% | - |
| XYZ | 52.1 | 37.75 | 21.68 | - |
| YUV | 164.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 118 | 0 | 0.50 | 0.54 | 0 | 3.94 | 1 | 0.73 |
| Hex | FF | 7F | 76 | 0 | 32 | 36 | 0 | 4 | 64 | 49 |
| Octal | 377 | 177 | 166 | 0 | 62 | 66 | 0 | 4 | 144 | 111 |
| Binary | 11111111 | 1111111 | 1110110 | 0 | 110010 | 110110 | 0 | 100 | 1100100 | 1001001 |
Color Harmonies of #FF7F76
Complementary color
Monochromatic Colors of #FF7F76
Black with #FF7F76
Text Example
Text Example
White with #FF7F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F76; }
p { color: rgb(255,127,118); }
H1.HeaderClassName
{
color: #FF7F76;
}
.AnyTagClassName
{
color: #FF7F76;
}
</style>
background-color css
<style>
a { background-color: #FF7F76; }
a { background-color: rgb(255,127,118); }
div.DivClassName
{
background-color: #FF7F76;
}
.BgClassName
{
background-color: #FF7F76;
}
</style>
border-color css
<style>
span { border-color: #FF7F76; }
span { border-color: rgb(255,127,118); }
td.TdClassName
{
border-color: #FF7F76;
}
.TagClassName
{
border-color: #FF7F76;
}
</style>