Shades of Froly #DD777B
Tints of Froly #DD777B
RGB
CMYK
RGB Variations
Color information
#DD777B (or 0xDD777B) is known color: Froly. HEX triplet: DD, 77 and 7B. RGB value is (221,119,123). Sum of RGB (Red+Green+Blue) = 221+119+123=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD777B is #228884. Grayscale: #969696. Windows color (decimal): -2263173 or 8091613. OLE color: 8091613.
HSL color Cylindrical-coordinate representation of color #DD777B: hue angle of 357.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD777B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 123 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.13 |
| HSL | 357.65º | 0.6% | 0.67% | - |
| HSV(B) | 357.65º | 0.46% | 0.87% | - |
| XYZ | 39.99 | 30 | 22.42 | - |
| YUV | 149.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 123 | 0 | 0.46 | 0.44 | 0.13 | 357.65 | 0.6 | 0.67 |
| Hex | DD | 77 | 7B | 0 | 2E | 2C | D | 166 | 3C | 43 |
| Octal | 335 | 167 | 173 | 0 | 56 | 54 | 15 | 546 | 74 | 103 |
| Binary | 11011101 | 1110111 | 1111011 | 0 | 101110 | 101100 | 1101 | 101100110 | 111100 | 1000011 |
Color Harmonies of #DD777B
Complementary color
Monochromatic Colors of #DD777B
Black with #DD777B
Text Example
Text Example
White with #DD777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD777B; }
p { color: rgb(221,119,123); }
H1.HeaderClassName
{
color: #DD777B;
}
.AnyTagClassName
{
color: #DD777B;
}
</style>
background-color css
<style>
a { background-color: #DD777B; }
a { background-color: rgb(221,119,123); }
div.DivClassName
{
background-color: #DD777B;
}
.BgClassName
{
background-color: #DD777B;
}
</style>
border-color css
<style>
span { border-color: #DD777B; }
span { border-color: rgb(221,119,123); }
td.TdClassName
{
border-color: #DD777B;
}
.TagClassName
{
border-color: #DD777B;
}
</style>