Shades of Salmon #FF766E
Tints of Salmon #FF766E
RGB
CMYK
RGB Variations
Color information
#FF766E (or 0xFF766E) is known color: Salmon. HEX triplet: FF, 76 and 6E. RGB value is (255,118,110). Sum of RGB (Red+Green+Blue) = 255+118+110=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF766E is #008991. Grayscale: #9E9E9E. Windows color (decimal): -35218 or 7239423. OLE color: 7239423.
HSL color Cylindrical-coordinate representation of color #FF766E: hue angle of 3.31º 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 #FF766E is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 110 | - |
| CMYK | 0 | 0.54 | 0.57 | 0 |
| HSL | 3.31º | 1% | 0.72% | - |
| HSV(B) | 3.31º | 0.57% | 1% | - |
| XYZ | 50.53 | 35.34 | 18.91 | - |
| YUV | 158.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 110 | 0 | 0.54 | 0.57 | 0 | 3.31 | 1 | 0.72 |
| Hex | FF | 76 | 6E | 0 | 36 | 39 | 0 | 3 | 64 | 48 |
| Octal | 377 | 166 | 156 | 0 | 66 | 71 | 0 | 3 | 144 | 110 |
| Binary | 11111111 | 1110110 | 1101110 | 0 | 110110 | 111001 | 0 | 11 | 1100100 | 1001000 |
Color Harmonies of #FF766E
Complementary color
Monochromatic Colors of #FF766E
Black with #FF766E
Text Example
Text Example
White with #FF766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF766E; }
p { color: rgb(255,118,110); }
H1.HeaderClassName
{
color: #FF766E;
}
.AnyTagClassName
{
color: #FF766E;
}
</style>
background-color css
<style>
a { background-color: #FF766E; }
a { background-color: rgb(255,118,110); }
div.DivClassName
{
background-color: #FF766E;
}
.BgClassName
{
background-color: #FF766E;
}
</style>
border-color css
<style>
span { border-color: #FF766E; }
span { border-color: rgb(255,118,110); }
td.TdClassName
{
border-color: #FF766E;
}
.TagClassName
{
border-color: #FF766E;
}
</style>