Shades of Salmon #FB7B78
Tints of Salmon #FB7B78
RGB
CMYK
RGB Variations
Color information
#FB7B78 (or 0xFB7B78) is known color: Salmon. HEX triplet: FB, 7B and 78. RGB value is (251,123,120). Sum of RGB (Red+Green+Blue) = 251+123+120=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B78 is #048487. Grayscale: #A1A1A1. Windows color (decimal): -296072 or 7896059. OLE color: 7896059.
HSL color Cylindrical-coordinate representation of color #FB7B78: hue angle of 1.37º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB7B78 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 120 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.02 |
| HSL | 1.37º | 0.94% | 0.73% | - |
| HSV(B) | 1.37º | 0.52% | 0.98% | - |
| XYZ | 50.26 | 36.03 | 22.08 | - |
| YUV | 160.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 120 | 0 | 0.51 | 0.52 | 0.02 | 1.37 | 0.94 | 0.73 |
| Hex | FB | 7B | 78 | 0 | 33 | 34 | 2 | 1 | 5E | 49 |
| Octal | 373 | 173 | 170 | 0 | 63 | 64 | 2 | 1 | 136 | 111 |
| Binary | 11111011 | 1111011 | 1111000 | 0 | 110011 | 110100 | 10 | 1 | 1011110 | 1001001 |
Color Harmonies of #FB7B78
Complementary color
Monochromatic Colors of #FB7B78
Black with #FB7B78
Text Example
Text Example
White with #FB7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B78; }
p { color: rgb(251,123,120); }
H1.HeaderClassName
{
color: #FB7B78;
}
.AnyTagClassName
{
color: #FB7B78;
}
</style>
background-color css
<style>
a { background-color: #FB7B78; }
a { background-color: rgb(251,123,120); }
div.DivClassName
{
background-color: #FB7B78;
}
.BgClassName
{
background-color: #FB7B78;
}
</style>
border-color css
<style>
span { border-color: #FB7B78; }
span { border-color: rgb(251,123,120); }
td.TdClassName
{
border-color: #FB7B78;
}
.TagClassName
{
border-color: #FB7B78;
}
</style>