Shades of Froly #D57B7E
Tints of Froly #D57B7E
RGB
CMYK
RGB Variations
Color information
#D57B7E (or 0xD57B7E) is known color: Froly. HEX triplet: D5, 7B and 7E. RGB value is (213,123,126). Sum of RGB (Red+Green+Blue) = 213+123+126=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57B7E is #2A8481. Grayscale: #969696. Windows color (decimal): -2786434 or 8289237. OLE color: 8289237.
HSL color Cylindrical-coordinate representation of color #D57B7E: hue angle of 358º degrees, saturation: 0.52, 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 #D57B7E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 126 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.16 |
| HSL | 358º | 0.52% | 0.66% | - |
| HSV(B) | 358º | 0.42% | 0.84% | - |
| XYZ | 38.29 | 29.82 | 23.48 | - |
| YUV | 150.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 126 | 0 | 0.42 | 0.41 | 0.16 | 358 | 0.52 | 0.66 |
| Hex | D5 | 7B | 7E | 0 | 2A | 29 | 10 | 166 | 34 | 42 |
| Octal | 325 | 173 | 176 | 0 | 52 | 51 | 20 | 546 | 64 | 102 |
| Binary | 11010101 | 1111011 | 1111110 | 0 | 101010 | 101001 | 10000 | 101100110 | 110100 | 1000010 |
Color Harmonies of #D57B7E
Complementary color
Monochromatic Colors of #D57B7E
Black with #D57B7E
Text Example
Text Example
White with #D57B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B7E; }
p { color: rgb(213,123,126); }
H1.HeaderClassName
{
color: #D57B7E;
}
.AnyTagClassName
{
color: #D57B7E;
}
</style>
background-color css
<style>
a { background-color: #D57B7E; }
a { background-color: rgb(213,123,126); }
div.DivClassName
{
background-color: #D57B7E;
}
.BgClassName
{
background-color: #D57B7E;
}
</style>
border-color css
<style>
span { border-color: #D57B7E; }
span { border-color: rgb(213,123,126); }
td.TdClassName
{
border-color: #D57B7E;
}
.TagClassName
{
border-color: #D57B7E;
}
</style>