Shades of Froly #DC7B7F
Tints of Froly #DC7B7F
RGB
CMYK
RGB Variations
Color information
#DC7B7F (or 0xDC7B7F) is known color: Froly. HEX triplet: DC, 7B and 7F. RGB value is (220,123,127). Sum of RGB (Red+Green+Blue) = 220+123+127=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B7F is #238480. Grayscale: #989898. Windows color (decimal): -2327681 or 8354780. OLE color: 8354780.
HSL color Cylindrical-coordinate representation of color #DC7B7F: hue angle of 357.53º 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 #DC7B7F is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 127 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.14 |
| HSL | 357.53º | 0.58% | 0.67% | - |
| HSV(B) | 357.53º | 0.44% | 0.86% | - |
| XYZ | 40.43 | 30.91 | 23.91 | - |
| YUV | 152.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 127 | 0 | 0.44 | 0.42 | 0.14 | 357.53 | 0.58 | 0.67 |
| Hex | DC | 7B | 7F | 0 | 2C | 2A | E | 166 | 3A | 43 |
| Octal | 334 | 173 | 177 | 0 | 54 | 52 | 16 | 546 | 72 | 103 |
| Binary | 11011100 | 1111011 | 1111111 | 0 | 101100 | 101010 | 1110 | 101100110 | 111010 | 1000011 |
Color Harmonies of #DC7B7F
Complementary color
Monochromatic Colors of #DC7B7F
Black with #DC7B7F
Text Example
Text Example
White with #DC7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B7F; }
p { color: rgb(220,123,127); }
H1.HeaderClassName
{
color: #DC7B7F;
}
.AnyTagClassName
{
color: #DC7B7F;
}
</style>
background-color css
<style>
a { background-color: #DC7B7F; }
a { background-color: rgb(220,123,127); }
div.DivClassName
{
background-color: #DC7B7F;
}
.BgClassName
{
background-color: #DC7B7F;
}
</style>
border-color css
<style>
span { border-color: #DC7B7F; }
span { border-color: rgb(220,123,127); }
td.TdClassName
{
border-color: #DC7B7F;
}
.TagClassName
{
border-color: #DC7B7F;
}
</style>