Shades of Froly #DF767E
Tints of Froly #DF767E
RGB
CMYK
RGB Variations
Color information
#DF767E (or 0xDF767E) is known color: Froly. HEX triplet: DF, 76 and 7E. RGB value is (223,118,126). Sum of RGB (Red+Green+Blue) = 223+118+126=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF767E is #208981. Grayscale: #969696. Windows color (decimal): -2132354 or 8287967. OLE color: 8287967.
HSL color Cylindrical-coordinate representation of color #DF767E: hue angle of 355.43º 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 #DF767E is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 126 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.13 |
| HSL | 355.43º | 0.62% | 0.67% | - |
| HSV(B) | 355.43º | 0.47% | 0.87% | - |
| XYZ | 40.68 | 30.15 | 23.41 | - |
| YUV | 150.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 126 | 0 | 0.47 | 0.43 | 0.13 | 355.43 | 0.62 | 0.67 |
| Hex | DF | 76 | 7E | 0 | 2F | 2B | D | 163 | 3E | 43 |
| Octal | 337 | 166 | 176 | 0 | 57 | 53 | 15 | 543 | 76 | 103 |
| Binary | 11011111 | 1110110 | 1111110 | 0 | 101111 | 101011 | 1101 | 101100011 | 111110 | 1000011 |
Color Harmonies of #DF767E
Complementary color
Monochromatic Colors of #DF767E
Black with #DF767E
Text Example
Text Example
White with #DF767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF767E; }
p { color: rgb(223,118,126); }
H1.HeaderClassName
{
color: #DF767E;
}
.AnyTagClassName
{
color: #DF767E;
}
</style>
background-color css
<style>
a { background-color: #DF767E; }
a { background-color: rgb(223,118,126); }
div.DivClassName
{
background-color: #DF767E;
}
.BgClassName
{
background-color: #DF767E;
}
</style>
border-color css
<style>
span { border-color: #DF767E; }
span { border-color: rgb(223,118,126); }
td.TdClassName
{
border-color: #DF767E;
}
.TagClassName
{
border-color: #DF767E;
}
</style>