Shades of Froly #D1777A
Tints of Froly #D1777A
RGB
CMYK
RGB Variations
Color information
#D1777A (or 0xD1777A) is known color: Froly. HEX triplet: D1, 77 and 7A. RGB value is (209,119,122). Sum of RGB (Red+Green+Blue) = 209+119+122=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1777A is #2E8885. Grayscale: #929292. Windows color (decimal): -3049606 or 8026065. OLE color: 8026065.
HSL color Cylindrical-coordinate representation of color #D1777A: hue angle of 358º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1777A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 122 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.18 |
| HSL | 358º | 0.49% | 0.64% | - |
| HSV(B) | 358º | 0.43% | 0.82% | - |
| XYZ | 36.4 | 28.15 | 21.93 | - |
| YUV | 146.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 122 | 0 | 0.43 | 0.42 | 0.18 | 358 | 0.49 | 0.64 |
| Hex | D1 | 77 | 7A | 0 | 2B | 2A | 12 | 166 | 31 | 40 |
| Octal | 321 | 167 | 172 | 0 | 53 | 52 | 22 | 546 | 61 | 100 |
| Binary | 11010001 | 1110111 | 1111010 | 0 | 101011 | 101010 | 10010 | 101100110 | 110001 | 1000000 |
Color Harmonies of #D1777A
Complementary color
Monochromatic Colors of #D1777A
Black with #D1777A
Text Example
Text Example
White with #D1777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1777A; }
p { color: rgb(209,119,122); }
H1.HeaderClassName
{
color: #D1777A;
}
.AnyTagClassName
{
color: #D1777A;
}
</style>
background-color css
<style>
a { background-color: #D1777A; }
a { background-color: rgb(209,119,122); }
div.DivClassName
{
background-color: #D1777A;
}
.BgClassName
{
background-color: #D1777A;
}
</style>
border-color css
<style>
span { border-color: #D1777A; }
span { border-color: rgb(209,119,122); }
td.TdClassName
{
border-color: #D1777A;
}
.TagClassName
{
border-color: #D1777A;
}
</style>