Shades of Froly #DF7B7C
Tints of Froly #DF7B7C
RGB
CMYK
RGB Variations
Color information
#DF7B7C (or 0xDF7B7C) is known color: Froly. HEX triplet: DF, 7B and 7C. RGB value is (223,123,124). Sum of RGB (Red+Green+Blue) = 223+123+124=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B7C is #208483. Grayscale: #999999. Windows color (decimal): -2131076 or 8158175. OLE color: 8158175.
HSL color Cylindrical-coordinate representation of color #DF7B7C: hue angle of 359.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7B7C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 124 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.13 |
| HSL | 359.4º | 0.61% | 0.68% | - |
| HSV(B) | 359.4º | 0.45% | 0.87% | - |
| XYZ | 41.15 | 31.31 | 22.94 | - |
| YUV | 153.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 124 | 0 | 0.45 | 0.44 | 0.13 | 359.4 | 0.61 | 0.68 |
| Hex | DF | 7B | 7C | 0 | 2D | 2C | D | 167 | 3D | 44 |
| Octal | 337 | 173 | 174 | 0 | 55 | 54 | 15 | 547 | 75 | 104 |
| Binary | 11011111 | 1111011 | 1111100 | 0 | 101101 | 101100 | 1101 | 101100111 | 111101 | 1000100 |
Color Harmonies of #DF7B7C
Complementary color
Monochromatic Colors of #DF7B7C
Black with #DF7B7C
Text Example
Text Example
White with #DF7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B7C; }
p { color: rgb(223,123,124); }
H1.HeaderClassName
{
color: #DF7B7C;
}
.AnyTagClassName
{
color: #DF7B7C;
}
</style>
background-color css
<style>
a { background-color: #DF7B7C; }
a { background-color: rgb(223,123,124); }
div.DivClassName
{
background-color: #DF7B7C;
}
.BgClassName
{
background-color: #DF7B7C;
}
</style>
border-color css
<style>
span { border-color: #DF7B7C; }
span { border-color: rgb(223,123,124); }
td.TdClassName
{
border-color: #DF7B7C;
}
.TagClassName
{
border-color: #DF7B7C;
}
</style>