Shades of Salmon #FF756F
Tints of Salmon #FF756F
RGB
CMYK
RGB Variations
Color information
#FF756F (or 0xFF756F) is known color: Salmon. HEX triplet: FF, 75 and 6F. RGB value is (255,117,111). Sum of RGB (Red+Green+Blue) = 255+117+111=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF756F is #008A90. Grayscale: #9D9D9D. Windows color (decimal): -35473 or 7304703. OLE color: 7304703.
HSL color Cylindrical-coordinate representation of color #FF756F: hue angle of 2.5º 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 #FF756F is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 111 | - |
| CMYK | 0 | 0.54 | 0.56 | 0 |
| HSL | 2.5º | 1% | 0.72% | - |
| HSV(B) | 2.5º | 0.56% | 1% | - |
| XYZ | 50.47 | 35.13 | 19.16 | - |
| YUV | 157.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 111 | 0 | 0.54 | 0.56 | 0 | 2.5 | 1 | 0.72 |
| Hex | FF | 75 | 6F | 0 | 36 | 38 | 0 | 2 | 64 | 48 |
| Octal | 377 | 165 | 157 | 0 | 66 | 70 | 0 | 2 | 144 | 110 |
| Binary | 11111111 | 1110101 | 1101111 | 0 | 110110 | 111000 | 0 | 10 | 1100100 | 1001000 |
Color Harmonies of #FF756F
Complementary color
Monochromatic Colors of #FF756F
Black with #FF756F
Text Example
Text Example
White with #FF756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF756F; }
p { color: rgb(255,117,111); }
H1.HeaderClassName
{
color: #FF756F;
}
.AnyTagClassName
{
color: #FF756F;
}
</style>
background-color css
<style>
a { background-color: #FF756F; }
a { background-color: rgb(255,117,111); }
div.DivClassName
{
background-color: #FF756F;
}
.BgClassName
{
background-color: #FF756F;
}
</style>
border-color css
<style>
span { border-color: #FF756F; }
span { border-color: rgb(255,117,111); }
td.TdClassName
{
border-color: #FF756F;
}
.TagClassName
{
border-color: #FF756F;
}
</style>