Shades of Froly #D77679
Tints of Froly #D77679
RGB
CMYK
RGB Variations
Color information
#D77679 (or 0xD77679) is known color: Froly. HEX triplet: D7, 76 and 79. RGB value is (215,118,121). Sum of RGB (Red+Green+Blue) = 215+118+121=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D77679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77679 is #288986. Grayscale: #939393. Windows color (decimal): -2656647 or 7960279. OLE color: 7960279.
HSL color Cylindrical-coordinate representation of color #D77679: hue angle of 358.14º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77679 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 121 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.16 |
| HSL | 358.14º | 0.55% | 0.65% | - |
| HSV(B) | 358.14º | 0.45% | 0.84% | - |
| XYZ | 37.95 | 28.78 | 21.64 | - |
| YUV | 147.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 121 | 0 | 0.45 | 0.44 | 0.16 | 358.14 | 0.55 | 0.65 |
| Hex | D7 | 76 | 79 | 0 | 2D | 2C | 10 | 166 | 37 | 41 |
| Octal | 327 | 166 | 171 | 0 | 55 | 54 | 20 | 546 | 67 | 101 |
| Binary | 11010111 | 1110110 | 1111001 | 0 | 101101 | 101100 | 10000 | 101100110 | 110111 | 1000001 |
Color Harmonies of #D77679
Complementary color
Monochromatic Colors of #D77679
Black with #D77679
Text Example
Text Example
White with #D77679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77679; }
p { color: rgb(215,118,121); }
H1.HeaderClassName
{
color: #D77679;
}
.AnyTagClassName
{
color: #D77679;
}
</style>
background-color css
<style>
a { background-color: #D77679; }
a { background-color: rgb(215,118,121); }
div.DivClassName
{
background-color: #D77679;
}
.BgClassName
{
background-color: #D77679;
}
</style>
border-color css
<style>
span { border-color: #D77679; }
span { border-color: rgb(215,118,121); }
td.TdClassName
{
border-color: #D77679;
}
.TagClassName
{
border-color: #D77679;
}
</style>