Shades of Froly #DB7678
Tints of Froly #DB7678
RGB
CMYK
RGB Variations
Color information
#DB7678 (or 0xDB7678) is known color: Froly. HEX triplet: DB, 76 and 78. RGB value is (219,118,120). Sum of RGB (Red+Green+Blue) = 219+118+120=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7678 is #248987. Grayscale: #949494. Windows color (decimal): -2394504 or 7894747. OLE color: 7894747.
HSL color Cylindrical-coordinate representation of color #DB7678: hue angle of 358.81º 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 #DB7678 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 120 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.14 |
| HSL | 358.81º | 0.58% | 0.66% | - |
| HSV(B) | 358.81º | 0.46% | 0.86% | - |
| XYZ | 39.08 | 29.37 | 21.38 | - |
| YUV | 148.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 120 | 0 | 0.46 | 0.45 | 0.14 | 358.81 | 0.58 | 0.66 |
| Hex | DB | 76 | 78 | 0 | 2E | 2D | E | 167 | 3A | 42 |
| Octal | 333 | 166 | 170 | 0 | 56 | 55 | 16 | 547 | 72 | 102 |
| Binary | 11011011 | 1110110 | 1111000 | 0 | 101110 | 101101 | 1110 | 101100111 | 111010 | 1000010 |
Color Harmonies of #DB7678
Complementary color
Monochromatic Colors of #DB7678
Black with #DB7678
Text Example
Text Example
White with #DB7678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7678; }
p { color: rgb(219,118,120); }
H1.HeaderClassName
{
color: #DB7678;
}
.AnyTagClassName
{
color: #DB7678;
}
</style>
background-color css
<style>
a { background-color: #DB7678; }
a { background-color: rgb(219,118,120); }
div.DivClassName
{
background-color: #DB7678;
}
.BgClassName
{
background-color: #DB7678;
}
</style>
border-color css
<style>
span { border-color: #DB7678; }
span { border-color: rgb(219,118,120); }
td.TdClassName
{
border-color: #DB7678;
}
.TagClassName
{
border-color: #DB7678;
}
</style>