Shades of Salmon #FF7B68
Tints of Salmon #FF7B68
RGB
CMYK
RGB Variations
Color information
#FF7B68 (or 0xFF7B68) is known color: Salmon. HEX triplet: FF, 7B and 68. RGB value is (255,123,104). Sum of RGB (Red+Green+Blue) = 255+123+104=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B68 is #008497. Grayscale: #A0A0A0. Windows color (decimal): -33944 or 6847487. OLE color: 6847487.
HSL color Cylindrical-coordinate representation of color #FF7B68: hue angle of 7.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF7B68 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 104 | - |
| CMYK | 0 | 0.52 | 0.59 | 0 |
| HSL | 7.55º | 1% | 0.7% | - |
| HSV(B) | 7.55º | 0.59% | 1% | - |
| XYZ | 50.82 | 36.43 | 17.45 | - |
| YUV | 160.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 104 | 0 | 0.52 | 0.59 | 0 | 7.55 | 1 | 0.7 |
| Hex | FF | 7B | 68 | 0 | 34 | 3B | 0 | 8 | 64 | 46 |
| Octal | 377 | 173 | 150 | 0 | 64 | 73 | 0 | 10 | 144 | 106 |
| Binary | 11111111 | 1111011 | 1101000 | 0 | 110100 | 111011 | 0 | 1000 | 1100100 | 1000110 |
Color Harmonies of #FF7B68
Complementary color
Monochromatic Colors of #FF7B68
Black with #FF7B68
Text Example
Text Example
White with #FF7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B68; }
p { color: rgb(255,123,104); }
H1.HeaderClassName
{
color: #FF7B68;
}
.AnyTagClassName
{
color: #FF7B68;
}
</style>
background-color css
<style>
a { background-color: #FF7B68; }
a { background-color: rgb(255,123,104); }
div.DivClassName
{
background-color: #FF7B68;
}
.BgClassName
{
background-color: #FF7B68;
}
</style>
border-color css
<style>
span { border-color: #FF7B68; }
span { border-color: rgb(255,123,104); }
td.TdClassName
{
border-color: #FF7B68;
}
.TagClassName
{
border-color: #FF7B68;
}
</style>