Shades of Froly #D6777A
Tints of Froly #D6777A
RGB
CMYK
RGB Variations
Color information
#D6777A (or 0xD6777A) is known color: Froly. HEX triplet: D6, 77 and 7A. RGB value is (214,119,122). Sum of RGB (Red+Green+Blue) = 214+119+122=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6777A is #298885. Grayscale: #939393. Windows color (decimal): -2721926 or 8026070. OLE color: 8026070.
HSL color Cylindrical-coordinate representation of color #D6777A: hue angle of 358.11º 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 #D6777A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 122 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.16 |
| HSL | 358.11º | 0.54% | 0.65% | - |
| HSV(B) | 358.11º | 0.44% | 0.84% | - |
| XYZ | 37.84 | 28.89 | 22 | - |
| YUV | 147.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 122 | 0 | 0.44 | 0.43 | 0.16 | 358.11 | 0.54 | 0.65 |
| Hex | D6 | 77 | 7A | 0 | 2C | 2B | 10 | 166 | 36 | 41 |
| Octal | 326 | 167 | 172 | 0 | 54 | 53 | 20 | 546 | 66 | 101 |
| Binary | 11010110 | 1110111 | 1111010 | 0 | 101100 | 101011 | 10000 | 101100110 | 110110 | 1000001 |
Color Harmonies of #D6777A
Complementary color
Monochromatic Colors of #D6777A
Black with #D6777A
Text Example
Text Example
White with #D6777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6777A; }
p { color: rgb(214,119,122); }
H1.HeaderClassName
{
color: #D6777A;
}
.AnyTagClassName
{
color: #D6777A;
}
</style>
background-color css
<style>
a { background-color: #D6777A; }
a { background-color: rgb(214,119,122); }
div.DivClassName
{
background-color: #D6777A;
}
.BgClassName
{
background-color: #D6777A;
}
</style>
border-color css
<style>
span { border-color: #D6777A; }
span { border-color: rgb(214,119,122); }
td.TdClassName
{
border-color: #D6777A;
}
.TagClassName
{
border-color: #D6777A;
}
</style>