Shades of Salmon #FF7B6A
Tints of Salmon #FF7B6A
RGB
CMYK
RGB Variations
Color information
#FF7B6A (or 0xFF7B6A) is known color: Salmon. HEX triplet: FF, 7B and 6A. RGB value is (255,123,106). Sum of RGB (Red+Green+Blue) = 255+123+106=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B6A is #008495. Grayscale: #A0A0A0. Windows color (decimal): -33942 or 6978559. OLE color: 6978559.
HSL color Cylindrical-coordinate representation of color #FF7B6A: hue angle of 6.85º 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 #FF7B6A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 106 | - |
| CMYK | 0 | 0.52 | 0.58 | 0 |
| HSL | 6.85º | 1% | 0.71% | - |
| HSV(B) | 6.85º | 0.58% | 1% | - |
| XYZ | 50.92 | 36.47 | 17.99 | - |
| YUV | 160.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 106 | 0 | 0.52 | 0.58 | 0 | 6.85 | 1 | 0.71 |
| Hex | FF | 7B | 6A | 0 | 34 | 3A | 0 | 7 | 64 | 47 |
| Octal | 377 | 173 | 152 | 0 | 64 | 72 | 0 | 7 | 144 | 107 |
| Binary | 11111111 | 1111011 | 1101010 | 0 | 110100 | 111010 | 0 | 111 | 1100100 | 1000111 |
Color Harmonies of #FF7B6A
Complementary color
Monochromatic Colors of #FF7B6A
Black with #FF7B6A
Text Example
Text Example
White with #FF7B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B6A; }
p { color: rgb(255,123,106); }
H1.HeaderClassName
{
color: #FF7B6A;
}
.AnyTagClassName
{
color: #FF7B6A;
}
</style>
background-color css
<style>
a { background-color: #FF7B6A; }
a { background-color: rgb(255,123,106); }
div.DivClassName
{
background-color: #FF7B6A;
}
.BgClassName
{
background-color: #FF7B6A;
}
</style>
border-color css
<style>
span { border-color: #FF7B6A; }
span { border-color: rgb(255,123,106); }
td.TdClassName
{
border-color: #FF7B6A;
}
.TagClassName
{
border-color: #FF7B6A;
}
</style>