Shades of Froly #DC7C7F
Tints of Froly #DC7C7F
RGB
CMYK
RGB Variations
Color information
#DC7C7F (or 0xDC7C7F) is known color: Froly. HEX triplet: DC, 7C and 7F. RGB value is (220,124,127). Sum of RGB (Red+Green+Blue) = 220+124+127=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C7F is #238380. Grayscale: #999999. Windows color (decimal): -2327425 or 8355036. OLE color: 8355036.
HSL color Cylindrical-coordinate representation of color #DC7C7F: hue angle of 358.12º 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 #DC7C7F is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 127 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.14 |
| HSL | 358.13º | 0.58% | 0.67% | - |
| HSV(B) | 358.13º | 0.44% | 0.86% | - |
| XYZ | 40.55 | 31.16 | 23.96 | - |
| YUV | 153.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 127 | 0 | 0.44 | 0.42 | 0.14 | 358.13 | 0.58 | 0.67 |
| Hex | DC | 7C | 7F | 0 | 2C | 2A | E | 166 | 3A | 43 |
| Octal | 334 | 174 | 177 | 0 | 54 | 52 | 16 | 546 | 72 | 103 |
| Binary | 11011100 | 1111100 | 1111111 | 0 | 101100 | 101010 | 1110 | 101100110 | 111010 | 1000011 |
Color Harmonies of #DC7C7F
Complementary color
Monochromatic Colors of #DC7C7F
Black with #DC7C7F
Text Example
Text Example
White with #DC7C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C7F; }
p { color: rgb(220,124,127); }
H1.HeaderClassName
{
color: #DC7C7F;
}
.AnyTagClassName
{
color: #DC7C7F;
}
</style>
background-color css
<style>
a { background-color: #DC7C7F; }
a { background-color: rgb(220,124,127); }
div.DivClassName
{
background-color: #DC7C7F;
}
.BgClassName
{
background-color: #DC7C7F;
}
</style>
border-color css
<style>
span { border-color: #DC7C7F; }
span { border-color: rgb(220,124,127); }
td.TdClassName
{
border-color: #DC7C7F;
}
.TagClassName
{
border-color: #DC7C7F;
}
</style>