Shades of Salmon #F67B77
Tints of Salmon #F67B77
RGB
CMYK
RGB Variations
Color information
#F67B77 (or 0xF67B77) is known color: Salmon. HEX triplet: F6, 7B and 77. RGB value is (246,123,119). Sum of RGB (Red+Green+Blue) = 246+123+119=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F67B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67B77 is #098488. Grayscale: #9F9F9F. Windows color (decimal): -623753 or 7830518. OLE color: 7830518.
HSL color Cylindrical-coordinate representation of color #F67B77: hue angle of 1.89º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67B77 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 119 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.04 |
| HSL | 1.89º | 0.88% | 0.72% | - |
| HSV(B) | 1.89º | 0.52% | 0.96% | - |
| XYZ | 48.42 | 35.09 | 21.67 | - |
| YUV | 159.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 119 | 0 | 0.50 | 0.52 | 0.04 | 1.89 | 0.88 | 0.72 |
| Hex | F6 | 7B | 77 | 0 | 32 | 34 | 4 | 2 | 58 | 48 |
| Octal | 366 | 173 | 167 | 0 | 62 | 64 | 4 | 2 | 130 | 110 |
| Binary | 11110110 | 1111011 | 1110111 | 0 | 110010 | 110100 | 100 | 10 | 1011000 | 1001000 |
Color Harmonies of #F67B77
Complementary color
Monochromatic Colors of #F67B77
Black with #F67B77
Text Example
Text Example
White with #F67B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67B77; }
p { color: rgb(246,123,119); }
H1.HeaderClassName
{
color: #F67B77;
}
.AnyTagClassName
{
color: #F67B77;
}
</style>
background-color css
<style>
a { background-color: #F67B77; }
a { background-color: rgb(246,123,119); }
div.DivClassName
{
background-color: #F67B77;
}
.BgClassName
{
background-color: #F67B77;
}
</style>
border-color css
<style>
span { border-color: #F67B77; }
span { border-color: rgb(246,123,119); }
td.TdClassName
{
border-color: #F67B77;
}
.TagClassName
{
border-color: #F67B77;
}
</style>