Shades of Froly #D76A7D
Tints of Froly #D76A7D
RGB
CMYK
RGB Variations
Color information
#D76A7D (or 0xD76A7D) is known color: Froly. HEX triplet: D7, 6A and 7D. RGB value is (215,106,125). Sum of RGB (Red+Green+Blue) = 215+106+125=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A7D is #289582. Grayscale: #8C8C8C. Windows color (decimal): -2659715 or 8219351. OLE color: 8219351.
HSL color Cylindrical-coordinate representation of color #D76A7D: hue angle of 349.54º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76A7D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 125 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.16 |
| HSL | 349.54º | 0.58% | 0.63% | - |
| HSV(B) | 349.54º | 0.51% | 0.84% | - |
| XYZ | 36.88 | 26.24 | 22.52 | - |
| YUV | 140.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 125 | 0 | 0.51 | 0.42 | 0.16 | 349.54 | 0.58 | 0.63 |
| Hex | D7 | 6A | 7D | 0 | 33 | 2A | 10 | 15E | 3A | 3F |
| Octal | 327 | 152 | 175 | 0 | 63 | 52 | 20 | 536 | 72 | 77 |
| Binary | 11010111 | 1101010 | 1111101 | 0 | 110011 | 101010 | 10000 | 101011110 | 111010 | 111111 |
Color Harmonies of #D76A7D
Complementary color
Monochromatic Colors of #D76A7D
Black with #D76A7D
Text Example
Text Example
White with #D76A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A7D; }
p { color: rgb(215,106,125); }
H1.HeaderClassName
{
color: #D76A7D;
}
.AnyTagClassName
{
color: #D76A7D;
}
</style>
background-color css
<style>
a { background-color: #D76A7D; }
a { background-color: rgb(215,106,125); }
div.DivClassName
{
background-color: #D76A7D;
}
.BgClassName
{
background-color: #D76A7D;
}
</style>
border-color css
<style>
span { border-color: #D76A7D; }
span { border-color: rgb(215,106,125); }
td.TdClassName
{
border-color: #D76A7D;
}
.TagClassName
{
border-color: #D76A7D;
}
</style>