Shades of Froly #E7777A
Tints of Froly #E7777A
RGB
CMYK
RGB Variations
Color information
#E7777A (or 0xE7777A) is known color: Froly. HEX triplet: E7, 77 and 7A. RGB value is (231,119,122). Sum of RGB (Red+Green+Blue) = 231+119+122=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7777A is #188885. Grayscale: #989898. Windows color (decimal): -1607814 or 8026087. OLE color: 8026087.
HSL color Cylindrical-coordinate representation of color #E7777A: hue angle of 358.39º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7777A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 122 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.09 |
| HSL | 358.39º | 0.7% | 0.69% | - |
| HSV(B) | 358.39º | 0.48% | 0.91% | - |
| XYZ | 43.06 | 31.59 | 22.24 | - |
| YUV | 152.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 122 | 0 | 0.48 | 0.47 | 0.09 | 358.39 | 0.7 | 0.69 |
| Hex | E7 | 77 | 7A | 0 | 30 | 2F | 9 | 166 | 46 | 45 |
| Octal | 347 | 167 | 172 | 0 | 60 | 57 | 11 | 546 | 106 | 105 |
| Binary | 11100111 | 1110111 | 1111010 | 0 | 110000 | 101111 | 1001 | 101100110 | 1000110 | 1000101 |
Color Harmonies of #E7777A
Complementary color
Monochromatic Colors of #E7777A
Black with #E7777A
Text Example
Text Example
White with #E7777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7777A; }
p { color: rgb(231,119,122); }
H1.HeaderClassName
{
color: #E7777A;
}
.AnyTagClassName
{
color: #E7777A;
}
</style>
background-color css
<style>
a { background-color: #E7777A; }
a { background-color: rgb(231,119,122); }
div.DivClassName
{
background-color: #E7777A;
}
.BgClassName
{
background-color: #E7777A;
}
</style>
border-color css
<style>
span { border-color: #E7777A; }
span { border-color: rgb(231,119,122); }
td.TdClassName
{
border-color: #E7777A;
}
.TagClassName
{
border-color: #E7777A;
}
</style>