Shades of Froly #DF767A
Tints of Froly #DF767A
RGB
CMYK
RGB Variations
Color information
#DF767A (or 0xDF767A) is known color: Froly. HEX triplet: DF, 76 and 7A. RGB value is (223,118,122). Sum of RGB (Red+Green+Blue) = 223+118+122=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF767A is #208985. Grayscale: #959595. Windows color (decimal): -2132358 or 8025823. OLE color: 8025823.
HSL color Cylindrical-coordinate representation of color #DF767A: hue angle of 357.71º 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 #DF767A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 122 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.13 |
| HSL | 357.71º | 0.62% | 0.67% | - |
| HSV(B) | 357.71º | 0.47% | 0.87% | - |
| XYZ | 40.42 | 30.05 | 22.08 | - |
| YUV | 149.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 122 | 0 | 0.47 | 0.45 | 0.13 | 357.71 | 0.62 | 0.67 |
| Hex | DF | 76 | 7A | 0 | 2F | 2D | D | 166 | 3E | 43 |
| Octal | 337 | 166 | 172 | 0 | 57 | 55 | 15 | 546 | 76 | 103 |
| Binary | 11011111 | 1110110 | 1111010 | 0 | 101111 | 101101 | 1101 | 101100110 | 111110 | 1000011 |
Color Harmonies of #DF767A
Complementary color
Monochromatic Colors of #DF767A
Black with #DF767A
Text Example
Text Example
White with #DF767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF767A; }
p { color: rgb(223,118,122); }
H1.HeaderClassName
{
color: #DF767A;
}
.AnyTagClassName
{
color: #DF767A;
}
</style>
background-color css
<style>
a { background-color: #DF767A; }
a { background-color: rgb(223,118,122); }
div.DivClassName
{
background-color: #DF767A;
}
.BgClassName
{
background-color: #DF767A;
}
</style>
border-color css
<style>
span { border-color: #DF767A; }
span { border-color: rgb(223,118,122); }
td.TdClassName
{
border-color: #DF767A;
}
.TagClassName
{
border-color: #DF767A;
}
</style>