Shades of Froly #DB7577
Tints of Froly #DB7577
RGB
CMYK
RGB Variations
Color information
#DB7577 (or 0xDB7577) is known color: Froly. HEX triplet: DB, 75 and 77. RGB value is (219,117,119). Sum of RGB (Red+Green+Blue) = 219+117+119=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7577 is #248A88. Grayscale: #939393. Windows color (decimal): -2394761 or 7828955. OLE color: 7828955.
HSL color Cylindrical-coordinate representation of color #DB7577: hue angle of 358.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7577 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 119 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.14 |
| HSL | 358.82º | 0.59% | 0.66% | - |
| HSV(B) | 358.82º | 0.47% | 0.86% | - |
| XYZ | 38.9 | 29.11 | 21.02 | - |
| YUV | 147.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 119 | 0 | 0.47 | 0.46 | 0.14 | 358.82 | 0.59 | 0.66 |
| Hex | DB | 75 | 77 | 0 | 2F | 2E | E | 167 | 3B | 42 |
| Octal | 333 | 165 | 167 | 0 | 57 | 56 | 16 | 547 | 73 | 102 |
| Binary | 11011011 | 1110101 | 1110111 | 0 | 101111 | 101110 | 1110 | 101100111 | 111011 | 1000010 |
Color Harmonies of #DB7577
Complementary color
Monochromatic Colors of #DB7577
Black with #DB7577
Text Example
Text Example
White with #DB7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7577; }
p { color: rgb(219,117,119); }
H1.HeaderClassName
{
color: #DB7577;
}
.AnyTagClassName
{
color: #DB7577;
}
</style>
background-color css
<style>
a { background-color: #DB7577; }
a { background-color: rgb(219,117,119); }
div.DivClassName
{
background-color: #DB7577;
}
.BgClassName
{
background-color: #DB7577;
}
</style>
border-color css
<style>
span { border-color: #DB7577; }
span { border-color: rgb(219,117,119); }
td.TdClassName
{
border-color: #DB7577;
}
.TagClassName
{
border-color: #DB7577;
}
</style>