Shades of Froly #DC787A
Tints of Froly #DC787A
RGB
CMYK
RGB Variations
Color information
#DC787A (or 0xDC787A) is known color: Froly. HEX triplet: DC, 78 and 7A. RGB value is (220,120,122). Sum of RGB (Red+Green+Blue) = 220+120+122=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC787A is #238785. Grayscale: #969696. Windows color (decimal): -2328454 or 8026332. OLE color: 8026332.
HSL color Cylindrical-coordinate representation of color #DC787A: hue angle of 358.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC787A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 122 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.14 |
| HSL | 358.8º | 0.59% | 0.67% | - |
| HSV(B) | 358.8º | 0.45% | 0.86% | - |
| XYZ | 39.74 | 30.05 | 22.12 | - |
| YUV | 150.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 122 | 0 | 0.45 | 0.45 | 0.14 | 358.8 | 0.59 | 0.67 |
| Hex | DC | 78 | 7A | 0 | 2D | 2D | E | 167 | 3B | 43 |
| Octal | 334 | 170 | 172 | 0 | 55 | 55 | 16 | 547 | 73 | 103 |
| Binary | 11011100 | 1111000 | 1111010 | 0 | 101101 | 101101 | 1110 | 101100111 | 111011 | 1000011 |
Color Harmonies of #DC787A
Complementary color
Monochromatic Colors of #DC787A
Black with #DC787A
Text Example
Text Example
White with #DC787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC787A; }
p { color: rgb(220,120,122); }
H1.HeaderClassName
{
color: #DC787A;
}
.AnyTagClassName
{
color: #DC787A;
}
</style>
background-color css
<style>
a { background-color: #DC787A; }
a { background-color: rgb(220,120,122); }
div.DivClassName
{
background-color: #DC787A;
}
.BgClassName
{
background-color: #DC787A;
}
</style>
border-color css
<style>
span { border-color: #DC787A; }
span { border-color: rgb(220,120,122); }
td.TdClassName
{
border-color: #DC787A;
}
.TagClassName
{
border-color: #DC787A;
}
</style>