Shades of Salmon #FF766B
Tints of Salmon #FF766B
RGB
CMYK
RGB Variations
Color information
#FF766B (or 0xFF766B) is known color: Salmon. HEX triplet: FF, 76 and 6B. RGB value is (255,118,107). Sum of RGB (Red+Green+Blue) = 255+118+107=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF766B is #008994. Grayscale: #9D9D9D. Windows color (decimal): -35221 or 7042815. OLE color: 7042815.
HSL color Cylindrical-coordinate representation of color #FF766B: hue angle of 4.46º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF766B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 107 | - |
| CMYK | 0 | 0.54 | 0.58 | 0 |
| HSL | 4.46º | 1% | 0.71% | - |
| HSV(B) | 4.46º | 0.58% | 1% | - |
| XYZ | 50.37 | 35.28 | 18.06 | - |
| YUV | 157.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 107 | 0 | 0.54 | 0.58 | 0 | 4.46 | 1 | 0.71 |
| Hex | FF | 76 | 6B | 0 | 36 | 3A | 0 | 4 | 64 | 47 |
| Octal | 377 | 166 | 153 | 0 | 66 | 72 | 0 | 4 | 144 | 107 |
| Binary | 11111111 | 1110110 | 1101011 | 0 | 110110 | 111010 | 0 | 100 | 1100100 | 1000111 |
Color Harmonies of #FF766B
Complementary color
Monochromatic Colors of #FF766B
Black with #FF766B
Text Example
Text Example
White with #FF766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF766B; }
p { color: rgb(255,118,107); }
H1.HeaderClassName
{
color: #FF766B;
}
.AnyTagClassName
{
color: #FF766B;
}
</style>
background-color css
<style>
a { background-color: #FF766B; }
a { background-color: rgb(255,118,107); }
div.DivClassName
{
background-color: #FF766B;
}
.BgClassName
{
background-color: #FF766B;
}
</style>
border-color css
<style>
span { border-color: #FF766B; }
span { border-color: rgb(255,118,107); }
td.TdClassName
{
border-color: #FF766B;
}
.TagClassName
{
border-color: #FF766B;
}
</style>