Shades of Salmon #FF7B6E
Tints of Salmon #FF7B6E
RGB
CMYK
RGB Variations
Color information
#FF7B6E (or 0xFF7B6E) is known color: Salmon. HEX triplet: FF, 7B and 6E. RGB value is (255,123,110). Sum of RGB (Red+Green+Blue) = 255+123+110=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B6E is #008491. Grayscale: #A1A1A1. Windows color (decimal): -33938 or 7240703. OLE color: 7240703.
HSL color Cylindrical-coordinate representation of color #FF7B6E: hue angle of 5.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF7B6E is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 123 | 110 | - |
CMYK | 0 | 0.52 | 0.57 | 0 |
HSL | 5.38º | 1% | 0.72% | - |
HSV(B) | 5.38º | 0.57% | 1% | - |
XYZ | 51.14 | 36.55 | 19.11 | - |
YUV | 160.99 | 99.23 | 195.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 123 | 110 | 0 | 0.52 | 0.57 | 0 | 5.38 | 1 | 0.72 |
Hex | FF | 7B | 6E | 0 | 34 | 39 | 0 | 5 | 64 | 48 |
Octal | 377 | 173 | 156 | 0 | 64 | 71 | 0 | 5 | 144 | 110 |
Binary | 11111111 | 1111011 | 1101110 | 0 | 110100 | 111001 | 0 | 101 | 1100100 | 1001000 |
Color Harmonies of #FF7B6E
Complementary color
Monochromatic Colors of #FF7B6E
Black with #FF7B6E
Text Example
Text Example
White with #FF7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B6E; }
p { color: rgb(255,123,110); }
H1.HeaderClassName
{
color: #FF7B6E;
}
.AnyTagClassName
{
color: #FF7B6E;
}
</style>
background-color css
<style>
a { background-color: #FF7B6E; }
a { background-color: rgb(255,123,110); }
div.DivClassName
{
background-color: #FF7B6E;
}
.BgClassName
{
background-color: #FF7B6E;
}
</style>
border-color css
<style>
span { border-color: #FF7B6E; }
span { border-color: rgb(255,123,110); }
td.TdClassName
{
border-color: #FF7B6E;
}
.TagClassName
{
border-color: #FF7B6E;
}
</style>