Shades of Froly #DF7C7E
Tints of Froly #DF7C7E
RGB
CMYK
RGB Variations
Color information
#DF7C7E (or 0xDF7C7E) is known color: Froly. HEX triplet: DF, 7C and 7E. RGB value is (223,124,126). Sum of RGB (Red+Green+Blue) = 223+124+126=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C7E is #208381. Grayscale: #999999. Windows color (decimal): -2130818 or 8289503. OLE color: 8289503.
HSL color Cylindrical-coordinate representation of color #DF7C7E: hue angle of 358.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7C7E is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 126 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.13 |
| HSL | 358.79º | 0.61% | 0.68% | - |
| HSV(B) | 358.79º | 0.44% | 0.87% | - |
| XYZ | 41.4 | 31.61 | 23.66 | - |
| YUV | 153.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 126 | 0 | 0.44 | 0.43 | 0.13 | 358.79 | 0.61 | 0.68 |
| Hex | DF | 7C | 7E | 0 | 2C | 2B | D | 167 | 3D | 44 |
| Octal | 337 | 174 | 176 | 0 | 54 | 53 | 15 | 547 | 75 | 104 |
| Binary | 11011111 | 1111100 | 1111110 | 0 | 101100 | 101011 | 1101 | 101100111 | 111101 | 1000100 |
Color Harmonies of #DF7C7E
Complementary color
Monochromatic Colors of #DF7C7E
Black with #DF7C7E
Text Example
Text Example
White with #DF7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C7E; }
p { color: rgb(223,124,126); }
H1.HeaderClassName
{
color: #DF7C7E;
}
.AnyTagClassName
{
color: #DF7C7E;
}
</style>
background-color css
<style>
a { background-color: #DF7C7E; }
a { background-color: rgb(223,124,126); }
div.DivClassName
{
background-color: #DF7C7E;
}
.BgClassName
{
background-color: #DF7C7E;
}
</style>
border-color css
<style>
span { border-color: #DF7C7E; }
span { border-color: rgb(223,124,126); }
td.TdClassName
{
border-color: #DF7C7E;
}
.TagClassName
{
border-color: #DF7C7E;
}
</style>