Shades of Froly #ED7677
Tints of Froly #ED7677
RGB
CMYK
RGB Variations
Color information
#ED7677 (or 0xED7677) is known color: Froly. HEX triplet: ED, 76 and 77. RGB value is (237,118,119). Sum of RGB (Red+Green+Blue) = 237+118+119=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7677 is #128988. Grayscale: #999999. Windows color (decimal): -1214857 or 7829229. OLE color: 7829229.
HSL color Cylindrical-coordinate representation of color #ED7677: hue angle of 359.5º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7677 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 119 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.07 |
| HSL | 359.5º | 0.77% | 0.7% | - |
| HSV(B) | 359.5º | 0.5% | 0.93% | - |
| XYZ | 44.73 | 32.29 | 21.33 | - |
| YUV | 153.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 119 | 0 | 0.50 | 0.50 | 0.07 | 359.5 | 0.77 | 0.7 |
| Hex | ED | 76 | 77 | 0 | 32 | 32 | 7 | 167 | 4D | 46 |
| Octal | 355 | 166 | 167 | 0 | 62 | 62 | 7 | 547 | 115 | 106 |
| Binary | 11101101 | 1110110 | 1110111 | 0 | 110010 | 110010 | 111 | 101100111 | 1001101 | 1000110 |
Color Harmonies of #ED7677
Complementary color
Monochromatic Colors of #ED7677
Black with #ED7677
Text Example
Text Example
White with #ED7677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7677; }
p { color: rgb(237,118,119); }
H1.HeaderClassName
{
color: #ED7677;
}
.AnyTagClassName
{
color: #ED7677;
}
</style>
background-color css
<style>
a { background-color: #ED7677; }
a { background-color: rgb(237,118,119); }
div.DivClassName
{
background-color: #ED7677;
}
.BgClassName
{
background-color: #ED7677;
}
</style>
border-color css
<style>
span { border-color: #ED7677; }
span { border-color: rgb(237,118,119); }
td.TdClassName
{
border-color: #ED7677;
}
.TagClassName
{
border-color: #ED7677;
}
</style>