Shades of Salmon #FF7B67
Tints of Salmon #FF7B67
RGB
CMYK
RGB Variations
Color information
#FF7B67 (or 0xFF7B67) is known color: Salmon. HEX triplet: FF, 7B and 67. RGB value is (255,123,103). Sum of RGB (Red+Green+Blue) = 255+123+103=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B67 is #008498. Grayscale: #A0A0A0. Windows color (decimal): -33945 or 6781951. OLE color: 6781951.
HSL color Cylindrical-coordinate representation of color #FF7B67: hue angle of 7.89º 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 #FF7B67 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 103 | - |
| CMYK | 0 | 0.52 | 0.60 | 0 |
| HSL | 7.89º | 1% | 0.7% | - |
| HSV(B) | 7.89º | 0.6% | 1% | - |
| XYZ | 50.77 | 36.41 | 17.18 | - |
| YUV | 160.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 103 | 0 | 0.52 | 0.60 | 0 | 7.89 | 1 | 0.7 |
| Hex | FF | 7B | 67 | 0 | 34 | 3C | 0 | 8 | 64 | 46 |
| Octal | 377 | 173 | 147 | 0 | 64 | 74 | 0 | 10 | 144 | 106 |
| Binary | 11111111 | 1111011 | 1100111 | 0 | 110100 | 111100 | 0 | 1000 | 1100100 | 1000110 |
Color Harmonies of #FF7B67
Complementary color
Monochromatic Colors of #FF7B67
Black with #FF7B67
Text Example
Text Example
White with #FF7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B67; }
p { color: rgb(255,123,103); }
H1.HeaderClassName
{
color: #FF7B67;
}
.AnyTagClassName
{
color: #FF7B67;
}
</style>
background-color css
<style>
a { background-color: #FF7B67; }
a { background-color: rgb(255,123,103); }
div.DivClassName
{
background-color: #FF7B67;
}
.BgClassName
{
background-color: #FF7B67;
}
</style>
border-color css
<style>
span { border-color: #FF7B67; }
span { border-color: rgb(255,123,103); }
td.TdClassName
{
border-color: #FF7B67;
}
.TagClassName
{
border-color: #FF7B67;
}
</style>