Shades of Froly #D6777C
Tints of Froly #D6777C
RGB
CMYK
RGB Variations
Color information
#D6777C (or 0xD6777C) is known color: Froly. HEX triplet: D6, 77 and 7C. RGB value is (214,119,124). Sum of RGB (Red+Green+Blue) = 214+119+124=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6777C is #298883. Grayscale: #949494. Windows color (decimal): -2721924 or 8157142. OLE color: 8157142.
HSL color Cylindrical-coordinate representation of color #D6777C: hue angle of 356.84º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6777C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 124 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.16 |
| HSL | 356.84º | 0.54% | 0.65% | - |
| HSV(B) | 356.84º | 0.44% | 0.84% | - |
| XYZ | 37.97 | 28.95 | 22.65 | - |
| YUV | 147.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 124 | 0 | 0.44 | 0.42 | 0.16 | 356.84 | 0.54 | 0.65 |
| Hex | D6 | 77 | 7C | 0 | 2C | 2A | 10 | 165 | 36 | 41 |
| Octal | 326 | 167 | 174 | 0 | 54 | 52 | 20 | 545 | 66 | 101 |
| Binary | 11010110 | 1110111 | 1111100 | 0 | 101100 | 101010 | 10000 | 101100101 | 110110 | 1000001 |
Color Harmonies of #D6777C
Complementary color
Monochromatic Colors of #D6777C
Black with #D6777C
Text Example
Text Example
White with #D6777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6777C; }
p { color: rgb(214,119,124); }
H1.HeaderClassName
{
color: #D6777C;
}
.AnyTagClassName
{
color: #D6777C;
}
</style>
background-color css
<style>
a { background-color: #D6777C; }
a { background-color: rgb(214,119,124); }
div.DivClassName
{
background-color: #D6777C;
}
.BgClassName
{
background-color: #D6777C;
}
</style>
border-color css
<style>
span { border-color: #D6777C; }
span { border-color: rgb(214,119,124); }
td.TdClassName
{
border-color: #D6777C;
}
.TagClassName
{
border-color: #D6777C;
}
</style>