Shades of Froly #D7787B
Tints of Froly #D7787B
RGB
CMYK
RGB Variations
Color information
#D7787B (or 0xD7787B) is known color: Froly. HEX triplet: D7, 78 and 7B. RGB value is (215,120,123). Sum of RGB (Red+Green+Blue) = 215+120+123=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7787B is #288784. Grayscale: #949494. Windows color (decimal): -2656133 or 8091863. OLE color: 8091863.
HSL color Cylindrical-coordinate representation of color #D7787B: hue angle of 358.11º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7787B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 123 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.16 |
| HSL | 358.11º | 0.54% | 0.66% | - |
| HSV(B) | 358.11º | 0.44% | 0.84% | - |
| XYZ | 38.32 | 29.31 | 22.38 | - |
| YUV | 148.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 123 | 0 | 0.44 | 0.43 | 0.16 | 358.11 | 0.54 | 0.66 |
| Hex | D7 | 78 | 7B | 0 | 2C | 2B | 10 | 166 | 36 | 42 |
| Octal | 327 | 170 | 173 | 0 | 54 | 53 | 20 | 546 | 66 | 102 |
| Binary | 11010111 | 1111000 | 1111011 | 0 | 101100 | 101011 | 10000 | 101100110 | 110110 | 1000010 |
Color Harmonies of #D7787B
Complementary color
Monochromatic Colors of #D7787B
Black with #D7787B
Text Example
Text Example
White with #D7787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7787B; }
p { color: rgb(215,120,123); }
H1.HeaderClassName
{
color: #D7787B;
}
.AnyTagClassName
{
color: #D7787B;
}
</style>
background-color css
<style>
a { background-color: #D7787B; }
a { background-color: rgb(215,120,123); }
div.DivClassName
{
background-color: #D7787B;
}
.BgClassName
{
background-color: #D7787B;
}
</style>
border-color css
<style>
span { border-color: #D7787B; }
span { border-color: rgb(215,120,123); }
td.TdClassName
{
border-color: #D7787B;
}
.TagClassName
{
border-color: #D7787B;
}
</style>