Shades of Froly #DF777B
Tints of Froly #DF777B
RGB
CMYK
RGB Variations
Color information
#DF777B (or 0xDF777B) is known color: Froly. HEX triplet: DF, 77 and 7B. RGB value is (223,119,123). Sum of RGB (Red+Green+Blue) = 223+119+123=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF777B is #208884. Grayscale: #969696. Windows color (decimal): -2132101 or 8091615. OLE color: 8091615.
HSL color Cylindrical-coordinate representation of color #DF777B: hue angle of 357.69º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF777B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 123 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.13 |
| HSL | 357.69º | 0.62% | 0.67% | - |
| HSV(B) | 357.69º | 0.47% | 0.87% | - |
| XYZ | 40.6 | 30.31 | 22.45 | - |
| YUV | 150.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 123 | 0 | 0.47 | 0.45 | 0.13 | 357.69 | 0.62 | 0.67 |
| Hex | DF | 77 | 7B | 0 | 2F | 2D | D | 166 | 3E | 43 |
| Octal | 337 | 167 | 173 | 0 | 57 | 55 | 15 | 546 | 76 | 103 |
| Binary | 11011111 | 1110111 | 1111011 | 0 | 101111 | 101101 | 1101 | 101100110 | 111110 | 1000011 |
Color Harmonies of #DF777B
Complementary color
Monochromatic Colors of #DF777B
Black with #DF777B
Text Example
Text Example
White with #DF777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF777B; }
p { color: rgb(223,119,123); }
H1.HeaderClassName
{
color: #DF777B;
}
.AnyTagClassName
{
color: #DF777B;
}
</style>
background-color css
<style>
a { background-color: #DF777B; }
a { background-color: rgb(223,119,123); }
div.DivClassName
{
background-color: #DF777B;
}
.BgClassName
{
background-color: #DF777B;
}
</style>
border-color css
<style>
span { border-color: #DF777B; }
span { border-color: rgb(223,119,123); }
td.TdClassName
{
border-color: #DF777B;
}
.TagClassName
{
border-color: #DF777B;
}
</style>