Shades of Froly #D7777C
Tints of Froly #D7777C
RGB
CMYK
RGB Variations
Color information
#D7777C (or 0xD7777C) is known color: Froly. HEX triplet: D7, 77 and 7C. RGB value is (215,119,124). Sum of RGB (Red+Green+Blue) = 215+119+124=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7777C is #288883. Grayscale: #949494. Windows color (decimal): -2656388 or 8157143. OLE color: 8157143.
HSL color Cylindrical-coordinate representation of color #D7777C: hue angle of 356.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7777C is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 124 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.16 |
| HSL | 356.88º | 0.55% | 0.65% | - |
| HSV(B) | 356.88º | 0.45% | 0.84% | - |
| XYZ | 38.26 | 29.1 | 22.67 | - |
| YUV | 148.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 124 | 0 | 0.45 | 0.42 | 0.16 | 356.88 | 0.55 | 0.65 |
| Hex | D7 | 77 | 7C | 0 | 2D | 2A | 10 | 165 | 37 | 41 |
| Octal | 327 | 167 | 174 | 0 | 55 | 52 | 20 | 545 | 67 | 101 |
| Binary | 11010111 | 1110111 | 1111100 | 0 | 101101 | 101010 | 10000 | 101100101 | 110111 | 1000001 |
Color Harmonies of #D7777C
Complementary color
Monochromatic Colors of #D7777C
Black with #D7777C
Text Example
Text Example
White with #D7777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7777C; }
p { color: rgb(215,119,124); }
H1.HeaderClassName
{
color: #D7777C;
}
.AnyTagClassName
{
color: #D7777C;
}
</style>
background-color css
<style>
a { background-color: #D7777C; }
a { background-color: rgb(215,119,124); }
div.DivClassName
{
background-color: #D7777C;
}
.BgClassName
{
background-color: #D7777C;
}
</style>
border-color css
<style>
span { border-color: #D7777C; }
span { border-color: rgb(215,119,124); }
td.TdClassName
{
border-color: #D7777C;
}
.TagClassName
{
border-color: #D7777C;
}
</style>