Shades of Coral #FF7756
Tints of Coral #FF7756
RGB
CMYK
RGB Variations
Color information
#FF7756 (or 0xFF7756) is known color: Coral. HEX triplet: FF, 77 and 56. RGB value is (255,119,86). Sum of RGB (Red+Green+Blue) = 255+119+86=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7756 is #0088A9. Grayscale: #9C9C9C. Windows color (decimal): -34986 or 5666815. OLE color: 5666815.
HSL color Cylindrical-coordinate representation of color #FF7756: hue angle of 11.72º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF7756 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 86 | - |
| CMYK | 0 | 0.53 | 0.66 | 0 |
| HSL | 11.72º | 1% | 0.67% | - |
| HSV(B) | 11.72º | 0.66% | 1% | - |
| XYZ | 49.52 | 35.13 | 12.97 | - |
| YUV | 155.9 | 88.56 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 86 | 0 | 0.53 | 0.66 | 0 | 11.72 | 1 | 0.67 |
| Hex | FF | 77 | 56 | 0 | 35 | 42 | 0 | C | 64 | 43 |
| Octal | 377 | 167 | 126 | 0 | 65 | 102 | 0 | 14 | 144 | 103 |
| Binary | 11111111 | 1110111 | 1010110 | 0 | 110101 | 1000010 | 0 | 1100 | 1100100 | 1000011 |
Color Harmonies of #FF7756
Complementary color
Monochromatic Colors of #FF7756
Black with #FF7756
Text Example
Text Example
White with #FF7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7756; }
p { color: rgb(255,119,86); }
H1.HeaderClassName
{
color: #FF7756;
}
.AnyTagClassName
{
color: #FF7756;
}
</style>
background-color css
<style>
a { background-color: #FF7756; }
a { background-color: rgb(255,119,86); }
div.DivClassName
{
background-color: #FF7756;
}
.BgClassName
{
background-color: #FF7756;
}
</style>
border-color css
<style>
span { border-color: #FF7756; }
span { border-color: rgb(255,119,86); }
td.TdClassName
{
border-color: #FF7756;
}
.TagClassName
{
border-color: #FF7756;
}
</style>