Shades of Salmon #FF7B6B
Tints of Salmon #FF7B6B
RGB
CMYK
RGB Variations
Color information
#FF7B6B (or 0xFF7B6B) is known color: Salmon. HEX triplet: FF, 7B and 6B. RGB value is (255,123,107). Sum of RGB (Red+Green+Blue) = 255+123+107=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B6B is #008494. Grayscale: #A0A0A0. Windows color (decimal): -33941 or 7044095. OLE color: 7044095.
HSL color Cylindrical-coordinate representation of color #FF7B6B: hue angle of 6.49º 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 #FF7B6B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 107 | - |
| CMYK | 0 | 0.52 | 0.58 | 0 |
| HSL | 6.49º | 1% | 0.71% | - |
| HSV(B) | 6.49º | 0.58% | 1% | - |
| XYZ | 50.98 | 36.49 | 18.27 | - |
| YUV | 160.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 107 | 0 | 0.52 | 0.58 | 0 | 6.49 | 1 | 0.71 |
| Hex | FF | 7B | 6B | 0 | 34 | 3A | 0 | 6 | 64 | 47 |
| Octal | 377 | 173 | 153 | 0 | 64 | 72 | 0 | 6 | 144 | 107 |
| Binary | 11111111 | 1111011 | 1101011 | 0 | 110100 | 111010 | 0 | 110 | 1100100 | 1000111 |
Color Harmonies of #FF7B6B
Complementary color
Monochromatic Colors of #FF7B6B
Black with #FF7B6B
Text Example
Text Example
White with #FF7B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B6B; }
p { color: rgb(255,123,107); }
H1.HeaderClassName
{
color: #FF7B6B;
}
.AnyTagClassName
{
color: #FF7B6B;
}
</style>
background-color css
<style>
a { background-color: #FF7B6B; }
a { background-color: rgb(255,123,107); }
div.DivClassName
{
background-color: #FF7B6B;
}
.BgClassName
{
background-color: #FF7B6B;
}
</style>
border-color css
<style>
span { border-color: #FF7B6B; }
span { border-color: rgb(255,123,107); }
td.TdClassName
{
border-color: #FF7B6B;
}
.TagClassName
{
border-color: #FF7B6B;
}
</style>