Shades of Froly #E7677A
Tints of Froly #E7677A
RGB
CMYK
RGB Variations
Color information
#E7677A (or 0xE7677A) is known color: Froly. HEX triplet: E7, 67 and 7A. RGB value is (231,103,122). Sum of RGB (Red+Green+Blue) = 231+103+122=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7677A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7677A is #189885. Grayscale: #8F8F8F. Windows color (decimal): -1611910 or 8021991. OLE color: 8021991.
HSL color Cylindrical-coordinate representation of color #E7677A: hue angle of 351.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7677A is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 122 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.09 |
| HSL | 351.09º | 0.73% | 0.65% | - |
| HSV(B) | 351.09º | 0.55% | 0.91% | - |
| XYZ | 41.32 | 28.09 | 21.66 | - |
| YUV | 143.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 122 | 0 | 0.55 | 0.47 | 0.09 | 351.09 | 0.73 | 0.65 |
| Hex | E7 | 67 | 7A | 0 | 37 | 2F | 9 | 15F | 49 | 41 |
| Octal | 347 | 147 | 172 | 0 | 67 | 57 | 11 | 537 | 111 | 101 |
| Binary | 11100111 | 1100111 | 1111010 | 0 | 110111 | 101111 | 1001 | 101011111 | 1001001 | 1000001 |
Color Harmonies of #E7677A
Complementary color
Monochromatic Colors of #E7677A
Black with #E7677A
Text Example
Text Example
White with #E7677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7677A; }
p { color: rgb(231,103,122); }
H1.HeaderClassName
{
color: #E7677A;
}
.AnyTagClassName
{
color: #E7677A;
}
</style>
background-color css
<style>
a { background-color: #E7677A; }
a { background-color: rgb(231,103,122); }
div.DivClassName
{
background-color: #E7677A;
}
.BgClassName
{
background-color: #E7677A;
}
</style>
border-color css
<style>
span { border-color: #E7677A; }
span { border-color: rgb(231,103,122); }
td.TdClassName
{
border-color: #E7677A;
}
.TagClassName
{
border-color: #E7677A;
}
</style>