Shades of Froly #D7757C
Tints of Froly #D7757C
RGB
CMYK
RGB Variations
Color information
#D7757C (or 0xD7757C) is known color: Froly. HEX triplet: D7, 75 and 7C. RGB value is (215,117,124). Sum of RGB (Red+Green+Blue) = 215+117+124=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7757C is #288A83. Grayscale: #939393. Windows color (decimal): -2656900 or 8156631. OLE color: 8156631.
HSL color Cylindrical-coordinate representation of color #D7757C: hue angle of 355.71º 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 #D7757C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 124 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.16 |
| HSL | 355.71º | 0.55% | 0.65% | - |
| HSV(B) | 355.71º | 0.46% | 0.84% | - |
| XYZ | 38.02 | 28.62 | 22.59 | - |
| YUV | 147.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 124 | 0 | 0.46 | 0.42 | 0.16 | 355.71 | 0.55 | 0.65 |
| Hex | D7 | 75 | 7C | 0 | 2E | 2A | 10 | 164 | 37 | 41 |
| Octal | 327 | 165 | 174 | 0 | 56 | 52 | 20 | 544 | 67 | 101 |
| Binary | 11010111 | 1110101 | 1111100 | 0 | 101110 | 101010 | 10000 | 101100100 | 110111 | 1000001 |
Color Harmonies of #D7757C
Complementary color
Monochromatic Colors of #D7757C
Black with #D7757C
Text Example
Text Example
White with #D7757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7757C; }
p { color: rgb(215,117,124); }
H1.HeaderClassName
{
color: #D7757C;
}
.AnyTagClassName
{
color: #D7757C;
}
</style>
background-color css
<style>
a { background-color: #D7757C; }
a { background-color: rgb(215,117,124); }
div.DivClassName
{
background-color: #D7757C;
}
.BgClassName
{
background-color: #D7757C;
}
</style>
border-color css
<style>
span { border-color: #D7757C; }
span { border-color: rgb(215,117,124); }
td.TdClassName
{
border-color: #D7757C;
}
.TagClassName
{
border-color: #D7757C;
}
</style>