Shades of Froly #E77679
Tints of Froly #E77679
RGB
CMYK
RGB Variations
Color information
#E77679 (or 0xE77679) is known color: Froly. HEX triplet: E7, 76 and 79. RGB value is (231,118,121). Sum of RGB (Red+Green+Blue) = 231+118+121=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E77679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77679 is #188986. Grayscale: #989898. Windows color (decimal): -1608071 or 7960295. OLE color: 7960295.
HSL color Cylindrical-coordinate representation of color #E77679: hue angle of 358.41º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77679 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 121 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.09 |
| HSL | 358.41º | 0.7% | 0.68% | - |
| HSV(B) | 358.41º | 0.49% | 0.91% | - |
| XYZ | 42.88 | 31.33 | 21.88 | - |
| YUV | 152.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 121 | 0 | 0.49 | 0.48 | 0.09 | 358.41 | 0.7 | 0.68 |
| Hex | E7 | 76 | 79 | 0 | 31 | 30 | 9 | 166 | 46 | 44 |
| Octal | 347 | 166 | 171 | 0 | 61 | 60 | 11 | 546 | 106 | 104 |
| Binary | 11100111 | 1110110 | 1111001 | 0 | 110001 | 110000 | 1001 | 101100110 | 1000110 | 1000100 |
Color Harmonies of #E77679
Complementary color
Monochromatic Colors of #E77679
Black with #E77679
Text Example
Text Example
White with #E77679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77679; }
p { color: rgb(231,118,121); }
H1.HeaderClassName
{
color: #E77679;
}
.AnyTagClassName
{
color: #E77679;
}
</style>
background-color css
<style>
a { background-color: #E77679; }
a { background-color: rgb(231,118,121); }
div.DivClassName
{
background-color: #E77679;
}
.BgClassName
{
background-color: #E77679;
}
</style>
border-color css
<style>
span { border-color: #E77679; }
span { border-color: rgb(231,118,121); }
td.TdClassName
{
border-color: #E77679;
}
.TagClassName
{
border-color: #E77679;
}
</style>