Shades of Froly #DC7B7E
Tints of Froly #DC7B7E
RGB
CMYK
RGB Variations
Color information
#DC7B7E (or 0xDC7B7E) is known color: Froly. HEX triplet: DC, 7B and 7E. RGB value is (220,123,126). Sum of RGB (Red+Green+Blue) = 220+123+126=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B7E is #238481. Grayscale: #989898. Windows color (decimal): -2327682 or 8289244. OLE color: 8289244.
HSL color Cylindrical-coordinate representation of color #DC7B7E: hue angle of 358.14º 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 #DC7B7E is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 126 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.14 |
| HSL | 358.14º | 0.58% | 0.67% | - |
| HSV(B) | 358.14º | 0.44% | 0.86% | - |
| XYZ | 40.36 | 30.89 | 23.57 | - |
| YUV | 152.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 126 | 0 | 0.44 | 0.43 | 0.14 | 358.14 | 0.58 | 0.67 |
| Hex | DC | 7B | 7E | 0 | 2C | 2B | E | 166 | 3A | 43 |
| Octal | 334 | 173 | 176 | 0 | 54 | 53 | 16 | 546 | 72 | 103 |
| Binary | 11011100 | 1111011 | 1111110 | 0 | 101100 | 101011 | 1110 | 101100110 | 111010 | 1000011 |
Color Harmonies of #DC7B7E
Complementary color
Monochromatic Colors of #DC7B7E
Black with #DC7B7E
Text Example
Text Example
White with #DC7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B7E; }
p { color: rgb(220,123,126); }
H1.HeaderClassName
{
color: #DC7B7E;
}
.AnyTagClassName
{
color: #DC7B7E;
}
</style>
background-color css
<style>
a { background-color: #DC7B7E; }
a { background-color: rgb(220,123,126); }
div.DivClassName
{
background-color: #DC7B7E;
}
.BgClassName
{
background-color: #DC7B7E;
}
</style>
border-color css
<style>
span { border-color: #DC7B7E; }
span { border-color: rgb(220,123,126); }
td.TdClassName
{
border-color: #DC7B7E;
}
.TagClassName
{
border-color: #DC7B7E;
}
</style>