Shades of Salmon #FF7D67
Tints of Salmon #FF7D67
RGB
CMYK
RGB Variations
Color information
#FF7D67 (or 0xFF7D67) is known color: Salmon. HEX triplet: FF, 7D and 67. RGB value is (255,125,103). Sum of RGB (Red+Green+Blue) = 255+125+103=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D67 is #008298. Grayscale: #A1A1A1. Windows color (decimal): -33433 or 6782463. OLE color: 6782463.
HSL color Cylindrical-coordinate representation of color #FF7D67: hue angle of 8.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF7D67 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 103 | - |
| CMYK | 0 | 0.51 | 0.60 | 0 |
| HSL | 8.68º | 1% | 0.7% | - |
| HSV(B) | 8.68º | 0.6% | 1% | - |
| XYZ | 51.02 | 36.91 | 17.27 | - |
| YUV | 161.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 103 | 0 | 0.51 | 0.60 | 0 | 8.68 | 1 | 0.7 |
| Hex | FF | 7D | 67 | 0 | 33 | 3C | 0 | 9 | 64 | 46 |
| Octal | 377 | 175 | 147 | 0 | 63 | 74 | 0 | 11 | 144 | 106 |
| Binary | 11111111 | 1111101 | 1100111 | 0 | 110011 | 111100 | 0 | 1001 | 1100100 | 1000110 |
Color Harmonies of #FF7D67
Complementary color
Monochromatic Colors of #FF7D67
Black with #FF7D67
Text Example
Text Example
White with #FF7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D67; }
p { color: rgb(255,125,103); }
H1.HeaderClassName
{
color: #FF7D67;
}
.AnyTagClassName
{
color: #FF7D67;
}
</style>
background-color css
<style>
a { background-color: #FF7D67; }
a { background-color: rgb(255,125,103); }
div.DivClassName
{
background-color: #FF7D67;
}
.BgClassName
{
background-color: #FF7D67;
}
</style>
border-color css
<style>
span { border-color: #FF7D67; }
span { border-color: rgb(255,125,103); }
td.TdClassName
{
border-color: #FF7D67;
}
.TagClassName
{
border-color: #FF7D67;
}
</style>