Shades of Salmon #FF7D68
Tints of Salmon #FF7D68
RGB
CMYK
RGB Variations
Color information
#FF7D68 (or 0xFF7D68) is known color: Salmon. HEX triplet: FF, 7D and 68. RGB value is (255,125,104). Sum of RGB (Red+Green+Blue) = 255+125+104=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D68 is #008297. Grayscale: #A1A1A1. Windows color (decimal): -33432 or 6847999. OLE color: 6847999.
HSL color Cylindrical-coordinate representation of color #FF7D68: hue angle of 8.34º 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 #FF7D68 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 104 | - |
| CMYK | 0 | 0.51 | 0.59 | 0 |
| HSL | 8.34º | 1% | 0.7% | - |
| HSV(B) | 8.34º | 0.59% | 1% | - |
| XYZ | 51.07 | 36.93 | 17.53 | - |
| YUV | 161.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 104 | 0 | 0.51 | 0.59 | 0 | 8.34 | 1 | 0.7 |
| Hex | FF | 7D | 68 | 0 | 33 | 3B | 0 | 8 | 64 | 46 |
| Octal | 377 | 175 | 150 | 0 | 63 | 73 | 0 | 10 | 144 | 106 |
| Binary | 11111111 | 1111101 | 1101000 | 0 | 110011 | 111011 | 0 | 1000 | 1100100 | 1000110 |
Color Harmonies of #FF7D68
Complementary color
Monochromatic Colors of #FF7D68
Black with #FF7D68
Text Example
Text Example
White with #FF7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D68; }
p { color: rgb(255,125,104); }
H1.HeaderClassName
{
color: #FF7D68;
}
.AnyTagClassName
{
color: #FF7D68;
}
</style>
background-color css
<style>
a { background-color: #FF7D68; }
a { background-color: rgb(255,125,104); }
div.DivClassName
{
background-color: #FF7D68;
}
.BgClassName
{
background-color: #FF7D68;
}
</style>
border-color css
<style>
span { border-color: #FF7D68; }
span { border-color: rgb(255,125,104); }
td.TdClassName
{
border-color: #FF7D68;
}
.TagClassName
{
border-color: #FF7D68;
}
</style>