Shades of Froly #DB767C
Tints of Froly #DB767C
RGB
CMYK
RGB Variations
Color information
#DB767C (or 0xDB767C) is known color: Froly. HEX triplet: DB, 76 and 7C. RGB value is (219,118,124). Sum of RGB (Red+Green+Blue) = 219+118+124=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB767C is #248983. Grayscale: #949494. Windows color (decimal): -2394500 or 8156891. OLE color: 8156891.
HSL color Cylindrical-coordinate representation of color #DB767C: hue angle of 356.44º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB767C is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 124 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.14 |
| HSL | 356.44º | 0.58% | 0.66% | - |
| HSV(B) | 356.44º | 0.46% | 0.86% | - |
| XYZ | 39.33 | 29.47 | 22.68 | - |
| YUV | 148.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 124 | 0 | 0.46 | 0.43 | 0.14 | 356.44 | 0.58 | 0.66 |
| Hex | DB | 76 | 7C | 0 | 2E | 2B | E | 164 | 3A | 42 |
| Octal | 333 | 166 | 174 | 0 | 56 | 53 | 16 | 544 | 72 | 102 |
| Binary | 11011011 | 1110110 | 1111100 | 0 | 101110 | 101011 | 1110 | 101100100 | 111010 | 1000010 |
Color Harmonies of #DB767C
Complementary color
Monochromatic Colors of #DB767C
Black with #DB767C
Text Example
Text Example
White with #DB767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB767C; }
p { color: rgb(219,118,124); }
H1.HeaderClassName
{
color: #DB767C;
}
.AnyTagClassName
{
color: #DB767C;
}
</style>
background-color css
<style>
a { background-color: #DB767C; }
a { background-color: rgb(219,118,124); }
div.DivClassName
{
background-color: #DB767C;
}
.BgClassName
{
background-color: #DB767C;
}
</style>
border-color css
<style>
span { border-color: #DB767C; }
span { border-color: rgb(219,118,124); }
td.TdClassName
{
border-color: #DB767C;
}
.TagClassName
{
border-color: #DB767C;
}
</style>