Shades of Froly #DC767E
Tints of Froly #DC767E
RGB
CMYK
RGB Variations
Color information
#DC767E (or 0xDC767E) is known color: Froly. HEX triplet: DC, 76 and 7E. RGB value is (220,118,126). Sum of RGB (Red+Green+Blue) = 220+118+126=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC767E is #238981. Grayscale: #959595. Windows color (decimal): -2328962 or 8287964. OLE color: 8287964.
HSL color Cylindrical-coordinate representation of color #DC767E: hue angle of 355.29º degrees, saturation: 0.59, 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 #DC767E is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 126 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.14 |
| HSL | 355.29º | 0.59% | 0.66% | - |
| HSV(B) | 355.29º | 0.46% | 0.86% | - |
| XYZ | 39.76 | 29.68 | 23.37 | - |
| YUV | 149.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 126 | 0 | 0.46 | 0.43 | 0.14 | 355.29 | 0.59 | 0.66 |
| Hex | DC | 76 | 7E | 0 | 2E | 2B | E | 163 | 3B | 42 |
| Octal | 334 | 166 | 176 | 0 | 56 | 53 | 16 | 543 | 73 | 102 |
| Binary | 11011100 | 1110110 | 1111110 | 0 | 101110 | 101011 | 1110 | 101100011 | 111011 | 1000010 |
Color Harmonies of #DC767E
Complementary color
Monochromatic Colors of #DC767E
Black with #DC767E
Text Example
Text Example
White with #DC767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC767E; }
p { color: rgb(220,118,126); }
H1.HeaderClassName
{
color: #DC767E;
}
.AnyTagClassName
{
color: #DC767E;
}
</style>
background-color css
<style>
a { background-color: #DC767E; }
a { background-color: rgb(220,118,126); }
div.DivClassName
{
background-color: #DC767E;
}
.BgClassName
{
background-color: #DC767E;
}
</style>
border-color css
<style>
span { border-color: #DC767E; }
span { border-color: rgb(220,118,126); }
td.TdClassName
{
border-color: #DC767E;
}
.TagClassName
{
border-color: #DC767E;
}
</style>