Shades of Salmon #FF7B6D
Tints of Salmon #FF7B6D
RGB
CMYK
RGB Variations
Color information
#FF7B6D (or 0xFF7B6D) is known color: Salmon. HEX triplet: FF, 7B and 6D. RGB value is (255,123,109). Sum of RGB (Red+Green+Blue) = 255+123+109=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B6D is #008492. Grayscale: #A1A1A1. Windows color (decimal): -33939 or 7175167. OLE color: 7175167.
HSL color Cylindrical-coordinate representation of color #FF7B6D: hue angle of 5.75º 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 #FF7B6D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 109 | - |
| CMYK | 0 | 0.52 | 0.57 | 0 |
| HSL | 5.75º | 1% | 0.71% | - |
| HSV(B) | 5.75º | 0.57% | 1% | - |
| XYZ | 51.08 | 36.53 | 18.83 | - |
| YUV | 160.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 109 | 0 | 0.52 | 0.57 | 0 | 5.75 | 1 | 0.71 |
| Hex | FF | 7B | 6D | 0 | 34 | 39 | 0 | 6 | 64 | 47 |
| Octal | 377 | 173 | 155 | 0 | 64 | 71 | 0 | 6 | 144 | 107 |
| Binary | 11111111 | 1111011 | 1101101 | 0 | 110100 | 111001 | 0 | 110 | 1100100 | 1000111 |
Color Harmonies of #FF7B6D
Complementary color
Monochromatic Colors of #FF7B6D
Black with #FF7B6D
Text Example
Text Example
White with #FF7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B6D; }
p { color: rgb(255,123,109); }
H1.HeaderClassName
{
color: #FF7B6D;
}
.AnyTagClassName
{
color: #FF7B6D;
}
</style>
background-color css
<style>
a { background-color: #FF7B6D; }
a { background-color: rgb(255,123,109); }
div.DivClassName
{
background-color: #FF7B6D;
}
.BgClassName
{
background-color: #FF7B6D;
}
</style>
border-color css
<style>
span { border-color: #FF7B6D; }
span { border-color: rgb(255,123,109); }
td.TdClassName
{
border-color: #FF7B6D;
}
.TagClassName
{
border-color: #FF7B6D;
}
</style>