Shades of Froly #DB7B7F
Tints of Froly #DB7B7F
RGB
CMYK
RGB Variations
Color information
#DB7B7F (or 0xDB7B7F) is known color: Froly. HEX triplet: DB, 7B and 7F. RGB value is (219,123,127). Sum of RGB (Red+Green+Blue) = 219+123+127=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B7F is #248480. Grayscale: #989898. Windows color (decimal): -2393217 or 8354779. OLE color: 8354779.
HSL color Cylindrical-coordinate representation of color #DB7B7F: hue angle of 357.5º 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 #DB7B7F is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 127 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.14 |
| HSL | 357.5º | 0.57% | 0.67% | - |
| HSV(B) | 357.5º | 0.44% | 0.86% | - |
| XYZ | 40.13 | 30.76 | 23.9 | - |
| YUV | 152.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 127 | 0 | 0.44 | 0.42 | 0.14 | 357.5 | 0.57 | 0.67 |
| Hex | DB | 7B | 7F | 0 | 2C | 2A | E | 166 | 39 | 43 |
| Octal | 333 | 173 | 177 | 0 | 54 | 52 | 16 | 546 | 71 | 103 |
| Binary | 11011011 | 1111011 | 1111111 | 0 | 101100 | 101010 | 1110 | 101100110 | 111001 | 1000011 |
Color Harmonies of #DB7B7F
Complementary color
Monochromatic Colors of #DB7B7F
Black with #DB7B7F
Text Example
Text Example
White with #DB7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B7F; }
p { color: rgb(219,123,127); }
H1.HeaderClassName
{
color: #DB7B7F;
}
.AnyTagClassName
{
color: #DB7B7F;
}
</style>
background-color css
<style>
a { background-color: #DB7B7F; }
a { background-color: rgb(219,123,127); }
div.DivClassName
{
background-color: #DB7B7F;
}
.BgClassName
{
background-color: #DB7B7F;
}
</style>
border-color css
<style>
span { border-color: #DB7B7F; }
span { border-color: rgb(219,123,127); }
td.TdClassName
{
border-color: #DB7B7F;
}
.TagClassName
{
border-color: #DB7B7F;
}
</style>