Shades of Froly #D3777A
Tints of Froly #D3777A
RGB
CMYK
RGB Variations
Color information
#D3777A (or 0xD3777A) is known color: Froly. HEX triplet: D3, 77 and 7A. RGB value is (211,119,122). Sum of RGB (Red+Green+Blue) = 211+119+122=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3777A is #2C8885. Grayscale: #929292. Windows color (decimal): -2918534 or 8026067. OLE color: 8026067.
HSL color Cylindrical-coordinate representation of color #D3777A: hue angle of 358.04º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3777A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 122 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.17 |
| HSL | 358.04º | 0.51% | 0.65% | - |
| HSV(B) | 358.04º | 0.44% | 0.83% | - |
| XYZ | 36.97 | 28.45 | 21.95 | - |
| YUV | 146.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 122 | 0 | 0.44 | 0.42 | 0.17 | 358.04 | 0.51 | 0.65 |
| Hex | D3 | 77 | 7A | 0 | 2C | 2A | 11 | 166 | 33 | 41 |
| Octal | 323 | 167 | 172 | 0 | 54 | 52 | 21 | 546 | 63 | 101 |
| Binary | 11010011 | 1110111 | 1111010 | 0 | 101100 | 101010 | 10001 | 101100110 | 110011 | 1000001 |
Color Harmonies of #D3777A
Complementary color
Monochromatic Colors of #D3777A
Black with #D3777A
Text Example
Text Example
White with #D3777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3777A; }
p { color: rgb(211,119,122); }
H1.HeaderClassName
{
color: #D3777A;
}
.AnyTagClassName
{
color: #D3777A;
}
</style>
background-color css
<style>
a { background-color: #D3777A; }
a { background-color: rgb(211,119,122); }
div.DivClassName
{
background-color: #D3777A;
}
.BgClassName
{
background-color: #D3777A;
}
</style>
border-color css
<style>
span { border-color: #D3777A; }
span { border-color: rgb(211,119,122); }
td.TdClassName
{
border-color: #D3777A;
}
.TagClassName
{
border-color: #D3777A;
}
</style>