Shades of Froly #DC7A7B
Tints of Froly #DC7A7B
RGB
CMYK
RGB Variations
Color information
#DC7A7B (or 0xDC7A7B) is known color: Froly. HEX triplet: DC, 7A and 7B. RGB value is (220,122,123). Sum of RGB (Red+Green+Blue) = 220+122+123=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A7B is #238584. Grayscale: #979797. Windows color (decimal): -2327941 or 8092380. OLE color: 8092380.
HSL color Cylindrical-coordinate representation of color #DC7A7B: hue angle of 359.39º degrees, saturation: 0.58, 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 #DC7A7B is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 123 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.14 |
| HSL | 359.39º | 0.58% | 0.67% | - |
| HSV(B) | 359.39º | 0.45% | 0.86% | - |
| XYZ | 40.05 | 30.56 | 22.53 | - |
| YUV | 151.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 123 | 0 | 0.45 | 0.44 | 0.14 | 359.39 | 0.58 | 0.67 |
| Hex | DC | 7A | 7B | 0 | 2D | 2C | E | 167 | 3A | 43 |
| Octal | 334 | 172 | 173 | 0 | 55 | 54 | 16 | 547 | 72 | 103 |
| Binary | 11011100 | 1111010 | 1111011 | 0 | 101101 | 101100 | 1110 | 101100111 | 111010 | 1000011 |
Color Harmonies of #DC7A7B
Complementary color
Monochromatic Colors of #DC7A7B
Black with #DC7A7B
Text Example
Text Example
White with #DC7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A7B; }
p { color: rgb(220,122,123); }
H1.HeaderClassName
{
color: #DC7A7B;
}
.AnyTagClassName
{
color: #DC7A7B;
}
</style>
background-color css
<style>
a { background-color: #DC7A7B; }
a { background-color: rgb(220,122,123); }
div.DivClassName
{
background-color: #DC7A7B;
}
.BgClassName
{
background-color: #DC7A7B;
}
</style>
border-color css
<style>
span { border-color: #DC7A7B; }
span { border-color: rgb(220,122,123); }
td.TdClassName
{
border-color: #DC7A7B;
}
.TagClassName
{
border-color: #DC7A7B;
}
</style>