Shades of Froly #EF777C
Tints of Froly #EF777C
RGB
CMYK
RGB Variations
Color information
#EF777C (or 0xEF777C) is known color: Froly. HEX triplet: EF, 77 and 7C. RGB value is (239,119,124). Sum of RGB (Red+Green+Blue) = 239+119+124=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF777C is #108883. Grayscale: #9B9B9B. Windows color (decimal): -1083524 or 8157167. OLE color: 8157167.
HSL color Cylindrical-coordinate representation of color #EF777C: hue angle of 357.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF777C is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 124 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.06 |
| HSL | 357.5º | 0.79% | 0.7% | - |
| HSV(B) | 357.5º | 0.5% | 0.94% | - |
| XYZ | 45.83 | 33 | 23.02 | - |
| YUV | 155.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 124 | 0 | 0.50 | 0.48 | 0.06 | 357.5 | 0.79 | 0.7 |
| Hex | EF | 77 | 7C | 0 | 32 | 30 | 6 | 166 | 4F | 46 |
| Octal | 357 | 167 | 174 | 0 | 62 | 60 | 6 | 546 | 117 | 106 |
| Binary | 11101111 | 1110111 | 1111100 | 0 | 110010 | 110000 | 110 | 101100110 | 1001111 | 1000110 |
Color Harmonies of #EF777C
Complementary color
Monochromatic Colors of #EF777C
Black with #EF777C
Text Example
Text Example
White with #EF777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF777C; }
p { color: rgb(239,119,124); }
H1.HeaderClassName
{
color: #EF777C;
}
.AnyTagClassName
{
color: #EF777C;
}
</style>
background-color css
<style>
a { background-color: #EF777C; }
a { background-color: rgb(239,119,124); }
div.DivClassName
{
background-color: #EF777C;
}
.BgClassName
{
background-color: #EF777C;
}
</style>
border-color css
<style>
span { border-color: #EF777C; }
span { border-color: rgb(239,119,124); }
td.TdClassName
{
border-color: #EF777C;
}
.TagClassName
{
border-color: #EF777C;
}
</style>