Shades of Froly #D7737B
Tints of Froly #D7737B
RGB
CMYK
RGB Variations
Color information
#D7737B (or 0xD7737B) is known color: Froly. HEX triplet: D7, 73 and 7B. RGB value is (215,115,123). Sum of RGB (Red+Green+Blue) = 215+115+123=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7737B is #288C84. Grayscale: #919191. Windows color (decimal): -2657413 or 8090583. OLE color: 8090583.
HSL color Cylindrical-coordinate representation of color #D7737B: hue angle of 355.2º 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 #D7737B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 123 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.16 |
| HSL | 355.2º | 0.56% | 0.65% | - |
| HSV(B) | 355.2º | 0.47% | 0.84% | - |
| XYZ | 37.73 | 28.14 | 22.18 | - |
| YUV | 145.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 123 | 0 | 0.47 | 0.43 | 0.16 | 355.2 | 0.56 | 0.65 |
| Hex | D7 | 73 | 7B | 0 | 2F | 2B | 10 | 163 | 38 | 41 |
| Octal | 327 | 163 | 173 | 0 | 57 | 53 | 20 | 543 | 70 | 101 |
| Binary | 11010111 | 1110011 | 1111011 | 0 | 101111 | 101011 | 10000 | 101100011 | 111000 | 1000001 |
Color Harmonies of #D7737B
Complementary color
Monochromatic Colors of #D7737B
Black with #D7737B
Text Example
Text Example
White with #D7737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7737B; }
p { color: rgb(215,115,123); }
H1.HeaderClassName
{
color: #D7737B;
}
.AnyTagClassName
{
color: #D7737B;
}
</style>
background-color css
<style>
a { background-color: #D7737B; }
a { background-color: rgb(215,115,123); }
div.DivClassName
{
background-color: #D7737B;
}
.BgClassName
{
background-color: #D7737B;
}
</style>
border-color css
<style>
span { border-color: #D7737B; }
span { border-color: rgb(215,115,123); }
td.TdClassName
{
border-color: #D7737B;
}
.TagClassName
{
border-color: #D7737B;
}
</style>