Shades of Froly #DD7677
Tints of Froly #DD7677
RGB
CMYK
RGB Variations
Color information
#DD7677 (or 0xDD7677) is known color: Froly. HEX triplet: DD, 76 and 77. RGB value is (221,118,119). Sum of RGB (Red+Green+Blue) = 221+118+119=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7677 is #228988. Grayscale: #959595. Windows color (decimal): -2263433 or 7829213. OLE color: 7829213.
HSL color Cylindrical-coordinate representation of color #DD7677: hue angle of 359.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7677 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 119 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.13 |
| HSL | 359.42º | 0.6% | 0.66% | - |
| HSV(B) | 359.42º | 0.47% | 0.87% | - |
| XYZ | 39.63 | 29.66 | 21.09 | - |
| YUV | 148.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 119 | 0 | 0.47 | 0.46 | 0.13 | 359.42 | 0.6 | 0.66 |
| Hex | DD | 76 | 77 | 0 | 2F | 2E | D | 167 | 3C | 42 |
| Octal | 335 | 166 | 167 | 0 | 57 | 56 | 15 | 547 | 74 | 102 |
| Binary | 11011101 | 1110110 | 1110111 | 0 | 101111 | 101110 | 1101 | 101100111 | 111100 | 1000010 |
Color Harmonies of #DD7677
Complementary color
Monochromatic Colors of #DD7677
Black with #DD7677
Text Example
Text Example
White with #DD7677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7677; }
p { color: rgb(221,118,119); }
H1.HeaderClassName
{
color: #DD7677;
}
.AnyTagClassName
{
color: #DD7677;
}
</style>
background-color css
<style>
a { background-color: #DD7677; }
a { background-color: rgb(221,118,119); }
div.DivClassName
{
background-color: #DD7677;
}
.BgClassName
{
background-color: #DD7677;
}
</style>
border-color css
<style>
span { border-color: #DD7677; }
span { border-color: rgb(221,118,119); }
td.TdClassName
{
border-color: #DD7677;
}
.TagClassName
{
border-color: #DD7677;
}
</style>