Shades of Salmon #FF7672
Tints of Salmon #FF7672
RGB
CMYK
RGB Variations
Color information
#FF7672 (or 0xFF7672) is known color: Salmon. HEX triplet: FF, 76 and 72. RGB value is (255,118,114). Sum of RGB (Red+Green+Blue) = 255+118+114=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7672 is #00898D. Grayscale: #9E9E9E. Windows color (decimal): -35214 or 7501567. OLE color: 7501567.
HSL color Cylindrical-coordinate representation of color #FF7672: hue angle of 1.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7672 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 114 | - |
| CMYK | 0 | 0.54 | 0.55 | 0 |
| HSL | 1.7º | 1% | 0.72% | - |
| HSV(B) | 1.7º | 0.55% | 1% | - |
| XYZ | 50.76 | 35.43 | 20.08 | - |
| YUV | 158.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 114 | 0 | 0.54 | 0.55 | 0 | 1.7 | 1 | 0.72 |
| Hex | FF | 76 | 72 | 0 | 36 | 37 | 0 | 2 | 64 | 48 |
| Octal | 377 | 166 | 162 | 0 | 66 | 67 | 0 | 2 | 144 | 110 |
| Binary | 11111111 | 1110110 | 1110010 | 0 | 110110 | 110111 | 0 | 10 | 1100100 | 1001000 |
Color Harmonies of #FF7672
Complementary color
Monochromatic Colors of #FF7672
Black with #FF7672
Text Example
Text Example
White with #FF7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7672; }
p { color: rgb(255,118,114); }
H1.HeaderClassName
{
color: #FF7672;
}
.AnyTagClassName
{
color: #FF7672;
}
</style>
background-color css
<style>
a { background-color: #FF7672; }
a { background-color: rgb(255,118,114); }
div.DivClassName
{
background-color: #FF7672;
}
.BgClassName
{
background-color: #FF7672;
}
</style>
border-color css
<style>
span { border-color: #FF7672; }
span { border-color: rgb(255,118,114); }
td.TdClassName
{
border-color: #FF7672;
}
.TagClassName
{
border-color: #FF7672;
}
</style>