Shades of Froly #D37779
Tints of Froly #D37779
RGB
CMYK
RGB Variations
Color information
#D37779 (or 0xD37779) is known color: Froly. HEX triplet: D3, 77 and 79. RGB value is (211,119,121). Sum of RGB (Red+Green+Blue) = 211+119+121=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D37779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37779 is #2C8886. Grayscale: #929292. Windows color (decimal): -2918535 or 7960531. OLE color: 7960531.
HSL color Cylindrical-coordinate representation of color #D37779: hue angle of 358.7º 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 #D37779 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 121 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.17 |
| HSL | 358.7º | 0.51% | 0.65% | - |
| HSV(B) | 358.7º | 0.44% | 0.83% | - |
| XYZ | 36.91 | 28.42 | 21.63 | - |
| YUV | 146.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 121 | 0 | 0.44 | 0.43 | 0.17 | 358.7 | 0.51 | 0.65 |
| Hex | D3 | 77 | 79 | 0 | 2C | 2B | 11 | 167 | 33 | 41 |
| Octal | 323 | 167 | 171 | 0 | 54 | 53 | 21 | 547 | 63 | 101 |
| Binary | 11010011 | 1110111 | 1111001 | 0 | 101100 | 101011 | 10001 | 101100111 | 110011 | 1000001 |
Color Harmonies of #D37779
Complementary color
Monochromatic Colors of #D37779
Black with #D37779
Text Example
Text Example
White with #D37779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37779; }
p { color: rgb(211,119,121); }
H1.HeaderClassName
{
color: #D37779;
}
.AnyTagClassName
{
color: #D37779;
}
</style>
background-color css
<style>
a { background-color: #D37779; }
a { background-color: rgb(211,119,121); }
div.DivClassName
{
background-color: #D37779;
}
.BgClassName
{
background-color: #D37779;
}
</style>
border-color css
<style>
span { border-color: #D37779; }
span { border-color: rgb(211,119,121); }
td.TdClassName
{
border-color: #D37779;
}
.TagClassName
{
border-color: #D37779;
}
</style>