Shades of Salmon #F7736C
Tints of Salmon #F7736C
RGB
CMYK
RGB Variations
Color information
#F7736C (or 0xF7736C) is known color: Salmon. HEX triplet: F7, 73 and 6C. RGB value is (247,115,108). Sum of RGB (Red+Green+Blue) = 247+115+108=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7736C is #088C93. Grayscale: #999999. Windows color (decimal): -560276 or 7107575. OLE color: 7107575.
HSL color Cylindrical-coordinate representation of color #F7736C: hue angle of 3.02º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7736C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 108 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.03 |
| HSL | 3.02º | 0.9% | 0.7% | - |
| HSV(B) | 3.02º | 0.56% | 0.97% | - |
| XYZ | 47.2 | 33.12 | 18.09 | - |
| YUV | 153.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 108 | 0 | 0.53 | 0.56 | 0.03 | 3.02 | 0.9 | 0.7 |
| Hex | F7 | 73 | 6C | 0 | 35 | 38 | 3 | 3 | 5A | 46 |
| Octal | 367 | 163 | 154 | 0 | 65 | 70 | 3 | 3 | 132 | 106 |
| Binary | 11110111 | 1110011 | 1101100 | 0 | 110101 | 111000 | 11 | 11 | 1011010 | 1000110 |
Color Harmonies of #F7736C
Complementary color
Monochromatic Colors of #F7736C
Black with #F7736C
Text Example
Text Example
White with #F7736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7736C; }
p { color: rgb(247,115,108); }
H1.HeaderClassName
{
color: #F7736C;
}
.AnyTagClassName
{
color: #F7736C;
}
</style>
background-color css
<style>
a { background-color: #F7736C; }
a { background-color: rgb(247,115,108); }
div.DivClassName
{
background-color: #F7736C;
}
.BgClassName
{
background-color: #F7736C;
}
</style>
border-color css
<style>
span { border-color: #F7736C; }
span { border-color: rgb(247,115,108); }
td.TdClassName
{
border-color: #F7736C;
}
.TagClassName
{
border-color: #F7736C;
}
</style>