Shades of Salmon #FF7B74
Tints of Salmon #FF7B74
RGB
CMYK
RGB Variations
Color information
#FF7B74 (or 0xFF7B74) is known color: Salmon. HEX triplet: FF, 7B and 74. RGB value is (255,123,116). Sum of RGB (Red+Green+Blue) = 255+123+116=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B74 is #00848B. Grayscale: #A1A1A1. Windows color (decimal): -33932 or 7633919. OLE color: 7633919.
HSL color Cylindrical-coordinate representation of color #FF7B74: hue angle of 3.02º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7B74 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 116 | - |
| CMYK | 0 | 0.52 | 0.55 | 0 |
| HSL | 3.02º | 1% | 0.73% | - |
| HSV(B) | 3.02º | 0.55% | 1% | - |
| XYZ | 51.48 | 36.69 | 20.89 | - |
| YUV | 161.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 116 | 0 | 0.52 | 0.55 | 0 | 3.02 | 1 | 0.73 |
| Hex | FF | 7B | 74 | 0 | 34 | 37 | 0 | 3 | 64 | 49 |
| Octal | 377 | 173 | 164 | 0 | 64 | 67 | 0 | 3 | 144 | 111 |
| Binary | 11111111 | 1111011 | 1110100 | 0 | 110100 | 110111 | 0 | 11 | 1100100 | 1001001 |
Color Harmonies of #FF7B74
Complementary color
Monochromatic Colors of #FF7B74
Black with #FF7B74
Text Example
Text Example
White with #FF7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B74; }
p { color: rgb(255,123,116); }
H1.HeaderClassName
{
color: #FF7B74;
}
.AnyTagClassName
{
color: #FF7B74;
}
</style>
background-color css
<style>
a { background-color: #FF7B74; }
a { background-color: rgb(255,123,116); }
div.DivClassName
{
background-color: #FF7B74;
}
.BgClassName
{
background-color: #FF7B74;
}
</style>
border-color css
<style>
span { border-color: #FF7B74; }
span { border-color: rgb(255,123,116); }
td.TdClassName
{
border-color: #FF7B74;
}
.TagClassName
{
border-color: #FF7B74;
}
</style>