Shades of Froly #D57C7E
Tints of Froly #D57C7E
RGB
CMYK
RGB Variations
Color information
#D57C7E (or 0xD57C7E) is known color: Froly. HEX triplet: D5, 7C and 7E. RGB value is (213,124,126). Sum of RGB (Red+Green+Blue) = 213+124+126=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C7E is #2A8381. Grayscale: #969696. Windows color (decimal): -2786178 or 8289493. OLE color: 8289493.
HSL color Cylindrical-coordinate representation of color #D57C7E: hue angle of 358.65º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57C7E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 126 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.16 |
| HSL | 358.65º | 0.51% | 0.66% | - |
| HSV(B) | 358.65º | 0.42% | 0.84% | - |
| XYZ | 38.41 | 30.07 | 23.52 | - |
| YUV | 150.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 126 | 0 | 0.42 | 0.41 | 0.16 | 358.65 | 0.51 | 0.66 |
| Hex | D5 | 7C | 7E | 0 | 2A | 29 | 10 | 167 | 33 | 42 |
| Octal | 325 | 174 | 176 | 0 | 52 | 51 | 20 | 547 | 63 | 102 |
| Binary | 11010101 | 1111100 | 1111110 | 0 | 101010 | 101001 | 10000 | 101100111 | 110011 | 1000010 |
Color Harmonies of #D57C7E
Complementary color
Monochromatic Colors of #D57C7E
Black with #D57C7E
Text Example
Text Example
White with #D57C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C7E; }
p { color: rgb(213,124,126); }
H1.HeaderClassName
{
color: #D57C7E;
}
.AnyTagClassName
{
color: #D57C7E;
}
</style>
background-color css
<style>
a { background-color: #D57C7E; }
a { background-color: rgb(213,124,126); }
div.DivClassName
{
background-color: #D57C7E;
}
.BgClassName
{
background-color: #D57C7E;
}
</style>
border-color css
<style>
span { border-color: #D57C7E; }
span { border-color: rgb(213,124,126); }
td.TdClassName
{
border-color: #D57C7E;
}
.TagClassName
{
border-color: #D57C7E;
}
</style>