Shades of Froly #D76A78
Tints of Froly #D76A78
RGB
CMYK
RGB Variations
Color information
#D76A78 (or 0xD76A78) is known color: Froly. HEX triplet: D7, 6A and 78. RGB value is (215,106,120). Sum of RGB (Red+Green+Blue) = 215+106+120=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A78 is #289587. Grayscale: #8C8C8C. Windows color (decimal): -2659720 or 7891671. OLE color: 7891671.
HSL color Cylindrical-coordinate representation of color #D76A78: hue angle of 352.29º 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 #D76A78 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 120 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.16 |
| HSL | 352.29º | 0.58% | 0.63% | - |
| HSV(B) | 352.29º | 0.51% | 0.84% | - |
| XYZ | 36.57 | 26.11 | 20.88 | - |
| YUV | 140.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 120 | 0 | 0.51 | 0.44 | 0.16 | 352.29 | 0.58 | 0.63 |
| Hex | D7 | 6A | 78 | 0 | 33 | 2C | 10 | 160 | 3A | 3F |
| Octal | 327 | 152 | 170 | 0 | 63 | 54 | 20 | 540 | 72 | 77 |
| Binary | 11010111 | 1101010 | 1111000 | 0 | 110011 | 101100 | 10000 | 101100000 | 111010 | 111111 |
Color Harmonies of #D76A78
Complementary color
Monochromatic Colors of #D76A78
Black with #D76A78
Text Example
Text Example
White with #D76A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A78; }
p { color: rgb(215,106,120); }
H1.HeaderClassName
{
color: #D76A78;
}
.AnyTagClassName
{
color: #D76A78;
}
</style>
background-color css
<style>
a { background-color: #D76A78; }
a { background-color: rgb(215,106,120); }
div.DivClassName
{
background-color: #D76A78;
}
.BgClassName
{
background-color: #D76A78;
}
</style>
border-color css
<style>
span { border-color: #D76A78; }
span { border-color: rgb(215,106,120); }
td.TdClassName
{
border-color: #D76A78;
}
.TagClassName
{
border-color: #D76A78;
}
</style>