Shades of Froly #E76C77
Tints of Froly #E76C77
RGB
CMYK
RGB Variations
Color information
#E76C77 (or 0xE76C77) is known color: Froly. HEX triplet: E7, 6C and 77. RGB value is (231,108,119). Sum of RGB (Red+Green+Blue) = 231+108+119=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C77 is #189388. Grayscale: #929292. Windows color (decimal): -1610633 or 7826663. OLE color: 7826663.
HSL color Cylindrical-coordinate representation of color #E76C77: hue angle of 354.63º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76C77 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 119 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.09 |
| HSL | 354.63º | 0.72% | 0.66% | - |
| HSV(B) | 354.63º | 0.53% | 0.91% | - |
| XYZ | 41.65 | 29.05 | 20.86 | - |
| YUV | 146.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 119 | 0 | 0.53 | 0.48 | 0.09 | 354.63 | 0.72 | 0.66 |
| Hex | E7 | 6C | 77 | 0 | 35 | 30 | 9 | 163 | 48 | 42 |
| Octal | 347 | 154 | 167 | 0 | 65 | 60 | 11 | 543 | 110 | 102 |
| Binary | 11100111 | 1101100 | 1110111 | 0 | 110101 | 110000 | 1001 | 101100011 | 1001000 | 1000010 |
Color Harmonies of #E76C77
Complementary color
Monochromatic Colors of #E76C77
Black with #E76C77
Text Example
Text Example
White with #E76C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C77; }
p { color: rgb(231,108,119); }
H1.HeaderClassName
{
color: #E76C77;
}
.AnyTagClassName
{
color: #E76C77;
}
</style>
background-color css
<style>
a { background-color: #E76C77; }
a { background-color: rgb(231,108,119); }
div.DivClassName
{
background-color: #E76C77;
}
.BgClassName
{
background-color: #E76C77;
}
</style>
border-color css
<style>
span { border-color: #E76C77; }
span { border-color: rgb(231,108,119); }
td.TdClassName
{
border-color: #E76C77;
}
.TagClassName
{
border-color: #E76C77;
}
</style>