Shades of Froly #D7747B
Tints of Froly #D7747B
RGB
CMYK
RGB Variations
Color information
#D7747B (or 0xD7747B) is known color: Froly. HEX triplet: D7, 74 and 7B. RGB value is (215,116,123). Sum of RGB (Red+Green+Blue) = 215+116+123=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7747B is #288B84. Grayscale: #929292. Windows color (decimal): -2657157 or 8090839. OLE color: 8090839.
HSL color Cylindrical-coordinate representation of color #D7747B: hue angle of 355.76º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7747B is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 123 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.16 |
| HSL | 355.76º | 0.55% | 0.65% | - |
| HSV(B) | 355.76º | 0.46% | 0.84% | - |
| XYZ | 37.84 | 28.37 | 22.22 | - |
| YUV | 146.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 123 | 0 | 0.46 | 0.43 | 0.16 | 355.76 | 0.55 | 0.65 |
| Hex | D7 | 74 | 7B | 0 | 2E | 2B | 10 | 164 | 37 | 41 |
| Octal | 327 | 164 | 173 | 0 | 56 | 53 | 20 | 544 | 67 | 101 |
| Binary | 11010111 | 1110100 | 1111011 | 0 | 101110 | 101011 | 10000 | 101100100 | 110111 | 1000001 |
Color Harmonies of #D7747B
Complementary color
Monochromatic Colors of #D7747B
Black with #D7747B
Text Example
Text Example
White with #D7747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7747B; }
p { color: rgb(215,116,123); }
H1.HeaderClassName
{
color: #D7747B;
}
.AnyTagClassName
{
color: #D7747B;
}
</style>
background-color css
<style>
a { background-color: #D7747B; }
a { background-color: rgb(215,116,123); }
div.DivClassName
{
background-color: #D7747B;
}
.BgClassName
{
background-color: #D7747B;
}
</style>
border-color css
<style>
span { border-color: #D7747B; }
span { border-color: rgb(215,116,123); }
td.TdClassName
{
border-color: #D7747B;
}
.TagClassName
{
border-color: #D7747B;
}
</style>