Shades of Salmon #FF7670
Tints of Salmon #FF7670
RGB
CMYK
RGB Variations
Color information
#FF7670 (or 0xFF7670) is known color: Salmon. HEX triplet: FF, 76 and 70. RGB value is (255,118,112). Sum of RGB (Red+Green+Blue) = 255+118+112=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7670 is #00898F. Grayscale: #9E9E9E. Windows color (decimal): -35216 or 7370495. OLE color: 7370495.
HSL color Cylindrical-coordinate representation of color #FF7670: hue angle of 2.52º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7670 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 112 | - |
| CMYK | 0 | 0.54 | 0.56 | 0 |
| HSL | 2.52º | 1% | 0.72% | - |
| HSV(B) | 2.52º | 0.56% | 1% | - |
| XYZ | 50.64 | 35.39 | 19.49 | - |
| YUV | 158.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 112 | 0 | 0.54 | 0.56 | 0 | 2.52 | 1 | 0.72 |
| Hex | FF | 76 | 70 | 0 | 36 | 38 | 0 | 3 | 64 | 48 |
| Octal | 377 | 166 | 160 | 0 | 66 | 70 | 0 | 3 | 144 | 110 |
| Binary | 11111111 | 1110110 | 1110000 | 0 | 110110 | 111000 | 0 | 11 | 1100100 | 1001000 |
Color Harmonies of #FF7670
Complementary color
Monochromatic Colors of #FF7670
Black with #FF7670
Text Example
Text Example
White with #FF7670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7670; }
p { color: rgb(255,118,112); }
H1.HeaderClassName
{
color: #FF7670;
}
.AnyTagClassName
{
color: #FF7670;
}
</style>
background-color css
<style>
a { background-color: #FF7670; }
a { background-color: rgb(255,118,112); }
div.DivClassName
{
background-color: #FF7670;
}
.BgClassName
{
background-color: #FF7670;
}
</style>
border-color css
<style>
span { border-color: #FF7670; }
span { border-color: rgb(255,118,112); }
td.TdClassName
{
border-color: #FF7670;
}
.TagClassName
{
border-color: #FF7670;
}
</style>