Shades of Froly #DD777A
Tints of Froly #DD777A
RGB
CMYK
RGB Variations
Color information
#DD777A (or 0xDD777A) is known color: Froly. HEX triplet: DD, 77 and 7A. RGB value is (221,119,122). Sum of RGB (Red+Green+Blue) = 221+119+122=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD777A is #228885. Grayscale: #959595. Windows color (decimal): -2263174 or 8026077. OLE color: 8026077.
HSL color Cylindrical-coordinate representation of color #DD777A: hue angle of 358.24º 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 #DD777A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 122 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.13 |
| HSL | 358.24º | 0.6% | 0.67% | - |
| HSV(B) | 358.24º | 0.46% | 0.87% | - |
| XYZ | 39.93 | 29.97 | 22.09 | - |
| YUV | 149.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 122 | 0 | 0.46 | 0.45 | 0.13 | 358.24 | 0.6 | 0.67 |
| Hex | DD | 77 | 7A | 0 | 2E | 2D | D | 166 | 3C | 43 |
| Octal | 335 | 167 | 172 | 0 | 56 | 55 | 15 | 546 | 74 | 103 |
| Binary | 11011101 | 1110111 | 1111010 | 0 | 101110 | 101101 | 1101 | 101100110 | 111100 | 1000011 |
Color Harmonies of #DD777A
Complementary color
Monochromatic Colors of #DD777A
Black with #DD777A
Text Example
Text Example
White with #DD777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD777A; }
p { color: rgb(221,119,122); }
H1.HeaderClassName
{
color: #DD777A;
}
.AnyTagClassName
{
color: #DD777A;
}
</style>
background-color css
<style>
a { background-color: #DD777A; }
a { background-color: rgb(221,119,122); }
div.DivClassName
{
background-color: #DD777A;
}
.BgClassName
{
background-color: #DD777A;
}
</style>
border-color css
<style>
span { border-color: #DD777A; }
span { border-color: rgb(221,119,122); }
td.TdClassName
{
border-color: #DD777A;
}
.TagClassName
{
border-color: #DD777A;
}
</style>