Shades of Froly #D76377
Tints of Froly #D76377
RGB
CMYK
RGB Variations
Color information
#D76377 (or 0xD76377) is known color: Froly. HEX triplet: D7, 63 and 77. RGB value is (215,99,119). Sum of RGB (Red+Green+Blue) = 215+99+119=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D76377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76377 is #289C88. Grayscale: #888888. Windows color (decimal): -2661513 or 7824343. OLE color: 7824343.
HSL color Cylindrical-coordinate representation of color #D76377: hue angle of 349.66º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76377 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 119 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.16 |
| HSL | 349.66º | 0.59% | 0.62% | - |
| HSV(B) | 349.66º | 0.54% | 0.84% | - |
| XYZ | 35.82 | 24.7 | 20.33 | - |
| YUV | 135.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 119 | 0 | 0.54 | 0.45 | 0.16 | 349.66 | 0.59 | 0.62 |
| Hex | D7 | 63 | 77 | 0 | 36 | 2D | 10 | 15E | 3B | 3E |
| Octal | 327 | 143 | 167 | 0 | 66 | 55 | 20 | 536 | 73 | 76 |
| Binary | 11010111 | 1100011 | 1110111 | 0 | 110110 | 101101 | 10000 | 101011110 | 111011 | 111110 |
Color Harmonies of #D76377
Complementary color
Monochromatic Colors of #D76377
Black with #D76377
Text Example
Text Example
White with #D76377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76377; }
p { color: rgb(215,99,119); }
H1.HeaderClassName
{
color: #D76377;
}
.AnyTagClassName
{
color: #D76377;
}
</style>
background-color css
<style>
a { background-color: #D76377; }
a { background-color: rgb(215,99,119); }
div.DivClassName
{
background-color: #D76377;
}
.BgClassName
{
background-color: #D76377;
}
</style>
border-color css
<style>
span { border-color: #D76377; }
span { border-color: rgb(215,99,119); }
td.TdClassName
{
border-color: #D76377;
}
.TagClassName
{
border-color: #D76377;
}
</style>