Shades of Salmon #FF7B76
Tints of Salmon #FF7B76
RGB
CMYK
RGB Variations
Color information
#FF7B76 (or 0xFF7B76) is known color: Salmon. HEX triplet: FF, 7B and 76. RGB value is (255,123,118). Sum of RGB (Red+Green+Blue) = 255+123+118=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B76 is #008489. Grayscale: #A2A2A2. Windows color (decimal): -33930 or 7764991. OLE color: 7764991.
HSL color Cylindrical-coordinate representation of color #FF7B76: hue angle of 2.19º 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 #FF7B76 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 118 | - |
| CMYK | 0 | 0.52 | 0.54 | 0 |
| HSL | 2.19º | 1% | 0.73% | - |
| HSV(B) | 2.19º | 0.54% | 1% | - |
| XYZ | 51.59 | 36.73 | 21.51 | - |
| YUV | 161.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 118 | 0 | 0.52 | 0.54 | 0 | 2.19 | 1 | 0.73 |
| Hex | FF | 7B | 76 | 0 | 34 | 36 | 0 | 2 | 64 | 49 |
| Octal | 377 | 173 | 166 | 0 | 64 | 66 | 0 | 2 | 144 | 111 |
| Binary | 11111111 | 1111011 | 1110110 | 0 | 110100 | 110110 | 0 | 10 | 1100100 | 1001001 |
Color Harmonies of #FF7B76
Complementary color
Monochromatic Colors of #FF7B76
Black with #FF7B76
Text Example
Text Example
White with #FF7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B76; }
p { color: rgb(255,123,118); }
H1.HeaderClassName
{
color: #FF7B76;
}
.AnyTagClassName
{
color: #FF7B76;
}
</style>
background-color css
<style>
a { background-color: #FF7B76; }
a { background-color: rgb(255,123,118); }
div.DivClassName
{
background-color: #FF7B76;
}
.BgClassName
{
background-color: #FF7B76;
}
</style>
border-color css
<style>
span { border-color: #FF7B76; }
span { border-color: rgb(255,123,118); }
td.TdClassName
{
border-color: #FF7B76;
}
.TagClassName
{
border-color: #FF7B76;
}
</style>