Shades of Froly #DC7B7C
Tints of Froly #DC7B7C
RGB
CMYK
RGB Variations
Color information
#DC7B7C (or 0xDC7B7C) is known color: Froly. HEX triplet: DC, 7B and 7C. RGB value is (220,123,124). Sum of RGB (Red+Green+Blue) = 220+123+124=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B7C is #238483. Grayscale: #989898. Windows color (decimal): -2327684 or 8158172. OLE color: 8158172.
HSL color Cylindrical-coordinate representation of color #DC7B7C: hue angle of 359.38º degrees, saturation: 0.58, 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 #DC7B7C is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 124 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.14 |
| HSL | 359.38º | 0.58% | 0.67% | - |
| HSV(B) | 359.38º | 0.44% | 0.86% | - |
| XYZ | 40.24 | 30.84 | 22.9 | - |
| YUV | 152.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 124 | 0 | 0.44 | 0.44 | 0.14 | 359.38 | 0.58 | 0.67 |
| Hex | DC | 7B | 7C | 0 | 2C | 2C | E | 167 | 3A | 43 |
| Octal | 334 | 173 | 174 | 0 | 54 | 54 | 16 | 547 | 72 | 103 |
| Binary | 11011100 | 1111011 | 1111100 | 0 | 101100 | 101100 | 1110 | 101100111 | 111010 | 1000011 |
Color Harmonies of #DC7B7C
Complementary color
Monochromatic Colors of #DC7B7C
Black with #DC7B7C
Text Example
Text Example
White with #DC7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B7C; }
p { color: rgb(220,123,124); }
H1.HeaderClassName
{
color: #DC7B7C;
}
.AnyTagClassName
{
color: #DC7B7C;
}
</style>
background-color css
<style>
a { background-color: #DC7B7C; }
a { background-color: rgb(220,123,124); }
div.DivClassName
{
background-color: #DC7B7C;
}
.BgClassName
{
background-color: #DC7B7C;
}
</style>
border-color css
<style>
span { border-color: #DC7B7C; }
span { border-color: rgb(220,123,124); }
td.TdClassName
{
border-color: #DC7B7C;
}
.TagClassName
{
border-color: #DC7B7C;
}
</style>