Shades of Salmon #FF7D7B
Tints of Salmon #FF7D7B
RGB
CMYK
RGB Variations
Color information
#FF7D7B (or 0xFF7D7B) is known color: Salmon. HEX triplet: FF, 7D and 7B. RGB value is (255,125,123). Sum of RGB (Red+Green+Blue) = 255+125+123=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D7B is #008284. Grayscale: #A3A3A3. Windows color (decimal): -33413 or 8093183. OLE color: 8093183.
HSL color Cylindrical-coordinate representation of color #FF7D7B: hue angle of 0.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7D7B is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 123 | - |
| CMYK | 0 | 0.51 | 0.52 | 0 |
| HSL | 0.91º | 1% | 0.74% | - |
| HSV(B) | 0.91º | 0.52% | 1% | - |
| XYZ | 52.15 | 37.36 | 23.2 | - |
| YUV | 163.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 123 | 0 | 0.51 | 0.52 | 0 | 0.91 | 1 | 0.74 |
| Hex | FF | 7D | 7B | 0 | 33 | 34 | 0 | 1 | 64 | 4A |
| Octal | 377 | 175 | 173 | 0 | 63 | 64 | 0 | 1 | 144 | 112 |
| Binary | 11111111 | 1111101 | 1111011 | 0 | 110011 | 110100 | 0 | 1 | 1100100 | 1001010 |
Color Harmonies of #FF7D7B
Complementary color
Monochromatic Colors of #FF7D7B
Black with #FF7D7B
Text Example
Text Example
White with #FF7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D7B; }
p { color: rgb(255,125,123); }
H1.HeaderClassName
{
color: #FF7D7B;
}
.AnyTagClassName
{
color: #FF7D7B;
}
</style>
background-color css
<style>
a { background-color: #FF7D7B; }
a { background-color: rgb(255,125,123); }
div.DivClassName
{
background-color: #FF7D7B;
}
.BgClassName
{
background-color: #FF7D7B;
}
</style>
border-color css
<style>
span { border-color: #FF7D7B; }
span { border-color: rgb(255,125,123); }
td.TdClassName
{
border-color: #FF7D7B;
}
.TagClassName
{
border-color: #FF7D7B;
}
</style>