Shades of Froly #DB777B
Tints of Froly #DB777B
RGB
CMYK
RGB Variations
Color information
#DB777B (or 0xDB777B) is known color: Froly. HEX triplet: DB, 77 and 7B. RGB value is (219,119,123). Sum of RGB (Red+Green+Blue) = 219+119+123=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB777B is #248884. Grayscale: #959595. Windows color (decimal): -2394245 or 8091611. OLE color: 8091611.
HSL color Cylindrical-coordinate representation of color #DB777B: hue angle of 357.6º 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 #DB777B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 123 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.14 |
| HSL | 357.6º | 0.58% | 0.66% | - |
| HSV(B) | 357.6º | 0.46% | 0.86% | - |
| XYZ | 39.39 | 29.68 | 22.39 | - |
| YUV | 149.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 123 | 0 | 0.46 | 0.44 | 0.14 | 357.6 | 0.58 | 0.66 |
| Hex | DB | 77 | 7B | 0 | 2E | 2C | E | 166 | 3A | 42 |
| Octal | 333 | 167 | 173 | 0 | 56 | 54 | 16 | 546 | 72 | 102 |
| Binary | 11011011 | 1110111 | 1111011 | 0 | 101110 | 101100 | 1110 | 101100110 | 111010 | 1000010 |
Color Harmonies of #DB777B
Complementary color
Monochromatic Colors of #DB777B
Black with #DB777B
Text Example
Text Example
White with #DB777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB777B; }
p { color: rgb(219,119,123); }
H1.HeaderClassName
{
color: #DB777B;
}
.AnyTagClassName
{
color: #DB777B;
}
</style>
background-color css
<style>
a { background-color: #DB777B; }
a { background-color: rgb(219,119,123); }
div.DivClassName
{
background-color: #DB777B;
}
.BgClassName
{
background-color: #DB777B;
}
</style>
border-color css
<style>
span { border-color: #DB777B; }
span { border-color: rgb(219,119,123); }
td.TdClassName
{
border-color: #DB777B;
}
.TagClassName
{
border-color: #DB777B;
}
</style>