Shades of Salmon #FF766D
Tints of Salmon #FF766D
RGB
CMYK
RGB Variations
Color information
#FF766D (or 0xFF766D) is known color: Salmon. HEX triplet: FF, 76 and 6D. RGB value is (255,118,109). Sum of RGB (Red+Green+Blue) = 255+118+109=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF766D is #008992. Grayscale: #9E9E9E. Windows color (decimal): -35219 or 7173887. OLE color: 7173887.
HSL color Cylindrical-coordinate representation of color #FF766D: hue angle of 3.7º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF766D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 109 | - |
| CMYK | 0 | 0.54 | 0.57 | 0 |
| HSL | 3.7º | 1% | 0.71% | - |
| HSV(B) | 3.7º | 0.57% | 1% | - |
| XYZ | 50.48 | 35.32 | 18.63 | - |
| YUV | 157.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 109 | 0 | 0.54 | 0.57 | 0 | 3.7 | 1 | 0.71 |
| Hex | FF | 76 | 6D | 0 | 36 | 39 | 0 | 4 | 64 | 47 |
| Octal | 377 | 166 | 155 | 0 | 66 | 71 | 0 | 4 | 144 | 107 |
| Binary | 11111111 | 1110110 | 1101101 | 0 | 110110 | 111001 | 0 | 100 | 1100100 | 1000111 |
Color Harmonies of #FF766D
Complementary color
Monochromatic Colors of #FF766D
Black with #FF766D
Text Example
Text Example
White with #FF766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF766D; }
p { color: rgb(255,118,109); }
H1.HeaderClassName
{
color: #FF766D;
}
.AnyTagClassName
{
color: #FF766D;
}
</style>
background-color css
<style>
a { background-color: #FF766D; }
a { background-color: rgb(255,118,109); }
div.DivClassName
{
background-color: #FF766D;
}
.BgClassName
{
background-color: #FF766D;
}
</style>
border-color css
<style>
span { border-color: #FF766D; }
span { border-color: rgb(255,118,109); }
td.TdClassName
{
border-color: #FF766D;
}
.TagClassName
{
border-color: #FF766D;
}
</style>