Shades of Froly #D7737C
Tints of Froly #D7737C
RGB
CMYK
RGB Variations
Color information
#D7737C (or 0xD7737C) is known color: Froly. HEX triplet: D7, 73 and 7C. RGB value is (215,115,124). Sum of RGB (Red+Green+Blue) = 215+115+124=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7737C is #288C83. Grayscale: #919191. Windows color (decimal): -2657412 or 8156119. OLE color: 8156119.
HSL color Cylindrical-coordinate representation of color #D7737C: hue angle of 354.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7737C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 124 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.16 |
| HSL | 354.6º | 0.56% | 0.65% | - |
| HSV(B) | 354.6º | 0.47% | 0.84% | - |
| XYZ | 37.79 | 28.16 | 22.51 | - |
| YUV | 145.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 124 | 0 | 0.47 | 0.42 | 0.16 | 354.6 | 0.56 | 0.65 |
| Hex | D7 | 73 | 7C | 0 | 2F | 2A | 10 | 163 | 38 | 41 |
| Octal | 327 | 163 | 174 | 0 | 57 | 52 | 20 | 543 | 70 | 101 |
| Binary | 11010111 | 1110011 | 1111100 | 0 | 101111 | 101010 | 10000 | 101100011 | 111000 | 1000001 |
Color Harmonies of #D7737C
Complementary color
Monochromatic Colors of #D7737C
Black with #D7737C
Text Example
Text Example
White with #D7737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7737C; }
p { color: rgb(215,115,124); }
H1.HeaderClassName
{
color: #D7737C;
}
.AnyTagClassName
{
color: #D7737C;
}
</style>
background-color css
<style>
a { background-color: #D7737C; }
a { background-color: rgb(215,115,124); }
div.DivClassName
{
background-color: #D7737C;
}
.BgClassName
{
background-color: #D7737C;
}
</style>
border-color css
<style>
span { border-color: #D7737C; }
span { border-color: rgb(215,115,124); }
td.TdClassName
{
border-color: #D7737C;
}
.TagClassName
{
border-color: #D7737C;
}
</style>