Shades of Froly #DB7B7C
Tints of Froly #DB7B7C
RGB
CMYK
RGB Variations
Color information
#DB7B7C (or 0xDB7B7C) is known color: Froly. HEX triplet: DB, 7B and 7C. RGB value is (219,123,124). Sum of RGB (Red+Green+Blue) = 219+123+124=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B7C is #248483. Grayscale: #979797. Windows color (decimal): -2393220 or 8158171. OLE color: 8158171.
HSL color Cylindrical-coordinate representation of color #DB7B7C: hue angle of 359.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7B7C is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 124 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.14 |
| HSL | 359.38º | 0.57% | 0.67% | - |
| HSV(B) | 359.38º | 0.44% | 0.86% | - |
| XYZ | 39.93 | 30.68 | 22.89 | - |
| YUV | 151.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 124 | 0 | 0.44 | 0.43 | 0.14 | 359.38 | 0.57 | 0.67 |
| Hex | DB | 7B | 7C | 0 | 2C | 2B | E | 167 | 39 | 43 |
| Octal | 333 | 173 | 174 | 0 | 54 | 53 | 16 | 547 | 71 | 103 |
| Binary | 11011011 | 1111011 | 1111100 | 0 | 101100 | 101011 | 1110 | 101100111 | 111001 | 1000011 |
Color Harmonies of #DB7B7C
Complementary color
Monochromatic Colors of #DB7B7C
Black with #DB7B7C
Text Example
Text Example
White with #DB7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B7C; }
p { color: rgb(219,123,124); }
H1.HeaderClassName
{
color: #DB7B7C;
}
.AnyTagClassName
{
color: #DB7B7C;
}
</style>
background-color css
<style>
a { background-color: #DB7B7C; }
a { background-color: rgb(219,123,124); }
div.DivClassName
{
background-color: #DB7B7C;
}
.BgClassName
{
background-color: #DB7B7C;
}
</style>
border-color css
<style>
span { border-color: #DB7B7C; }
span { border-color: rgb(219,123,124); }
td.TdClassName
{
border-color: #DB7B7C;
}
.TagClassName
{
border-color: #DB7B7C;
}
</style>