Shades of Salmon #FF7676
Tints of Salmon #FF7676
RGB
CMYK
RGB Variations
Color information
#FF7676 (or 0xFF7676) is known color: Salmon. HEX triplet: FF, 76 and 76. RGB value is (255,118,118). Sum of RGB (Red+Green+Blue) = 255+118+118=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7676 is #008989. Grayscale: #9F9F9F. Windows color (decimal): -35210 or 7763711. OLE color: 7763711.
HSL color Cylindrical-coordinate representation of color #FF7676: hue angle of 0º 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 #FF7676 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 118 | - |
| CMYK | 0 | 0.54 | 0.54 | 0 |
| HSL | 0º | 1% | 0.73% | - |
| HSV(B) | 0º | 0.54% | 1% | - |
| XYZ | 50.99 | 35.52 | 21.31 | - |
| YUV | 158.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 118 | 0 | 0.54 | 0.54 | 0 | 0 | 1 | 0.73 |
| Hex | FF | 76 | 76 | 0 | 36 | 36 | 0 | 0 | 64 | 49 |
| Octal | 377 | 166 | 166 | 0 | 66 | 66 | 0 | 0 | 144 | 111 |
| Binary | 11111111 | 1110110 | 1110110 | 0 | 110110 | 110110 | 0 | 0 | 1100100 | 1001001 |
Color Harmonies of #FF7676
Complementary color
Monochromatic Colors of #FF7676
Black with #FF7676
Text Example
Text Example
White with #FF7676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7676; }
p { color: rgb(255,118,118); }
H1.HeaderClassName
{
color: #FF7676;
}
.AnyTagClassName
{
color: #FF7676;
}
</style>
background-color css
<style>
a { background-color: #FF7676; }
a { background-color: rgb(255,118,118); }
div.DivClassName
{
background-color: #FF7676;
}
.BgClassName
{
background-color: #FF7676;
}
</style>
border-color css
<style>
span { border-color: #FF7676; }
span { border-color: rgb(255,118,118); }
td.TdClassName
{
border-color: #FF7676;
}
.TagClassName
{
border-color: #FF7676;
}
</style>