Shades of Froly #D57779
Tints of Froly #D57779
RGB
CMYK
RGB Variations
Color information
#D57779 (or 0xD57779) is known color: Froly. HEX triplet: D5, 77 and 79. RGB value is (213,119,121). Sum of RGB (Red+Green+Blue) = 213+119+121=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D57779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57779 is #2A8886. Grayscale: #939393. Windows color (decimal): -2787463 or 7960533. OLE color: 7960533.
HSL color Cylindrical-coordinate representation of color #D57779: hue angle of 358.72º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57779 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 121 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.16 |
| HSL | 358.72º | 0.53% | 0.65% | - |
| HSV(B) | 358.72º | 0.44% | 0.84% | - |
| XYZ | 37.49 | 28.72 | 21.66 | - |
| YUV | 147.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 121 | 0 | 0.44 | 0.43 | 0.16 | 358.72 | 0.53 | 0.65 |
| Hex | D5 | 77 | 79 | 0 | 2C | 2B | 10 | 167 | 35 | 41 |
| Octal | 325 | 167 | 171 | 0 | 54 | 53 | 20 | 547 | 65 | 101 |
| Binary | 11010101 | 1110111 | 1111001 | 0 | 101100 | 101011 | 10000 | 101100111 | 110101 | 1000001 |
Color Harmonies of #D57779
Complementary color
Monochromatic Colors of #D57779
Black with #D57779
Text Example
Text Example
White with #D57779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57779; }
p { color: rgb(213,119,121); }
H1.HeaderClassName
{
color: #D57779;
}
.AnyTagClassName
{
color: #D57779;
}
</style>
background-color css
<style>
a { background-color: #D57779; }
a { background-color: rgb(213,119,121); }
div.DivClassName
{
background-color: #D57779;
}
.BgClassName
{
background-color: #D57779;
}
</style>
border-color css
<style>
span { border-color: #D57779; }
span { border-color: rgb(213,119,121); }
td.TdClassName
{
border-color: #D57779;
}
.TagClassName
{
border-color: #D57779;
}
</style>