Shades of Froly #E7767F
Tints of Froly #E7767F
RGB
CMYK
RGB Variations
Color information
#E7767F (or 0xE7767F) is known color: Froly. HEX triplet: E7, 76 and 7F. RGB value is (231,118,127). Sum of RGB (Red+Green+Blue) = 231+118+127=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E7767F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7767F is #188980. Grayscale: #989898. Windows color (decimal): -1608065 or 8353511. OLE color: 8353511.
HSL color Cylindrical-coordinate representation of color #E7767F: hue angle of 355.22º 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 #E7767F is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 127 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.09 |
| HSL | 355.22º | 0.7% | 0.68% | - |
| HSV(B) | 355.22º | 0.49% | 0.91% | - |
| XYZ | 43.26 | 31.48 | 23.87 | - |
| YUV | 152.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 127 | 0 | 0.49 | 0.45 | 0.09 | 355.22 | 0.7 | 0.68 |
| Hex | E7 | 76 | 7F | 0 | 31 | 2D | 9 | 163 | 46 | 44 |
| Octal | 347 | 166 | 177 | 0 | 61 | 55 | 11 | 543 | 106 | 104 |
| Binary | 11100111 | 1110110 | 1111111 | 0 | 110001 | 101101 | 1001 | 101100011 | 1000110 | 1000100 |
Color Harmonies of #E7767F
Complementary color
Monochromatic Colors of #E7767F
Black with #E7767F
Text Example
Text Example
White with #E7767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7767F; }
p { color: rgb(231,118,127); }
H1.HeaderClassName
{
color: #E7767F;
}
.AnyTagClassName
{
color: #E7767F;
}
</style>
background-color css
<style>
a { background-color: #E7767F; }
a { background-color: rgb(231,118,127); }
div.DivClassName
{
background-color: #E7767F;
}
.BgClassName
{
background-color: #E7767F;
}
</style>
border-color css
<style>
span { border-color: #E7767F; }
span { border-color: rgb(231,118,127); }
td.TdClassName
{
border-color: #E7767F;
}
.TagClassName
{
border-color: #E7767F;
}
</style>