Shades of Froly #D9787B
Tints of Froly #D9787B
RGB
CMYK
RGB Variations
Color information
#D9787B (or 0xD9787B) is known color: Froly. HEX triplet: D9, 78 and 7B. RGB value is (217,120,123). Sum of RGB (Red+Green+Blue) = 217+120+123=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9787B is #268784. Grayscale: #959595. Windows color (decimal): -2525061 or 8091865. OLE color: 8091865.
HSL color Cylindrical-coordinate representation of color #D9787B: hue angle of 358.14º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9787B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 123 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.15 |
| HSL | 358.14º | 0.56% | 0.66% | - |
| HSV(B) | 358.14º | 0.45% | 0.85% | - |
| XYZ | 38.91 | 29.61 | 22.4 | - |
| YUV | 149.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 123 | 0 | 0.45 | 0.43 | 0.15 | 358.14 | 0.56 | 0.66 |
| Hex | D9 | 78 | 7B | 0 | 2D | 2B | F | 166 | 38 | 42 |
| Octal | 331 | 170 | 173 | 0 | 55 | 53 | 17 | 546 | 70 | 102 |
| Binary | 11011001 | 1111000 | 1111011 | 0 | 101101 | 101011 | 1111 | 101100110 | 111000 | 1000010 |
Color Harmonies of #D9787B
Complementary color
Monochromatic Colors of #D9787B
Black with #D9787B
Text Example
Text Example
White with #D9787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9787B; }
p { color: rgb(217,120,123); }
H1.HeaderClassName
{
color: #D9787B;
}
.AnyTagClassName
{
color: #D9787B;
}
</style>
background-color css
<style>
a { background-color: #D9787B; }
a { background-color: rgb(217,120,123); }
div.DivClassName
{
background-color: #D9787B;
}
.BgClassName
{
background-color: #D9787B;
}
</style>
border-color css
<style>
span { border-color: #D9787B; }
span { border-color: rgb(217,120,123); }
td.TdClassName
{
border-color: #D9787B;
}
.TagClassName
{
border-color: #D9787B;
}
</style>