Shades of Froly #D5777A
Tints of Froly #D5777A
RGB
CMYK
RGB Variations
Color information
#D5777A (or 0xD5777A) is known color: Froly. HEX triplet: D5, 77 and 7A. RGB value is (213,119,122). Sum of RGB (Red+Green+Blue) = 213+119+122=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5777A is #2A8885. Grayscale: #939393. Windows color (decimal): -2787462 or 8026069. OLE color: 8026069.
HSL color Cylindrical-coordinate representation of color #D5777A: hue angle of 358.09º 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 #D5777A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 122 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.16 |
| HSL | 358.09º | 0.53% | 0.65% | - |
| HSV(B) | 358.09º | 0.44% | 0.84% | - |
| XYZ | 37.55 | 28.74 | 21.98 | - |
| YUV | 147.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 122 | 0 | 0.44 | 0.43 | 0.16 | 358.09 | 0.53 | 0.65 |
| Hex | D5 | 77 | 7A | 0 | 2C | 2B | 10 | 166 | 35 | 41 |
| Octal | 325 | 167 | 172 | 0 | 54 | 53 | 20 | 546 | 65 | 101 |
| Binary | 11010101 | 1110111 | 1111010 | 0 | 101100 | 101011 | 10000 | 101100110 | 110101 | 1000001 |
Color Harmonies of #D5777A
Complementary color
Monochromatic Colors of #D5777A
Black with #D5777A
Text Example
Text Example
White with #D5777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5777A; }
p { color: rgb(213,119,122); }
H1.HeaderClassName
{
color: #D5777A;
}
.AnyTagClassName
{
color: #D5777A;
}
</style>
background-color css
<style>
a { background-color: #D5777A; }
a { background-color: rgb(213,119,122); }
div.DivClassName
{
background-color: #D5777A;
}
.BgClassName
{
background-color: #D5777A;
}
</style>
border-color css
<style>
span { border-color: #D5777A; }
span { border-color: rgb(213,119,122); }
td.TdClassName
{
border-color: #D5777A;
}
.TagClassName
{
border-color: #D5777A;
}
</style>