Shades of Froly #DB7779
Tints of Froly #DB7779
RGB
CMYK
RGB Variations
Color information
#DB7779 (or 0xDB7779) is known color: Froly. HEX triplet: DB, 77 and 79. RGB value is (219,119,121). Sum of RGB (Red+Green+Blue) = 219+119+121=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7779 is #248886. Grayscale: #959595. Windows color (decimal): -2394247 or 7960539. OLE color: 7960539.
HSL color Cylindrical-coordinate representation of color #DB7779: hue angle of 358.8º 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 #DB7779 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 121 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.14 |
| HSL | 358.8º | 0.58% | 0.66% | - |
| HSV(B) | 358.8º | 0.46% | 0.86% | - |
| XYZ | 39.26 | 29.63 | 21.74 | - |
| YUV | 149.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 121 | 0 | 0.46 | 0.45 | 0.14 | 358.8 | 0.58 | 0.66 |
| Hex | DB | 77 | 79 | 0 | 2E | 2D | E | 167 | 3A | 42 |
| Octal | 333 | 167 | 171 | 0 | 56 | 55 | 16 | 547 | 72 | 102 |
| Binary | 11011011 | 1110111 | 1111001 | 0 | 101110 | 101101 | 1110 | 101100111 | 111010 | 1000010 |
Color Harmonies of #DB7779
Complementary color
Monochromatic Colors of #DB7779
Black with #DB7779
Text Example
Text Example
White with #DB7779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7779; }
p { color: rgb(219,119,121); }
H1.HeaderClassName
{
color: #DB7779;
}
.AnyTagClassName
{
color: #DB7779;
}
</style>
background-color css
<style>
a { background-color: #DB7779; }
a { background-color: rgb(219,119,121); }
div.DivClassName
{
background-color: #DB7779;
}
.BgClassName
{
background-color: #DB7779;
}
</style>
border-color css
<style>
span { border-color: #DB7779; }
span { border-color: rgb(219,119,121); }
td.TdClassName
{
border-color: #DB7779;
}
.TagClassName
{
border-color: #DB7779;
}
</style>