Shades of Froly #D4787D
Tints of Froly #D4787D
RGB
CMYK
RGB Variations
Color information
#D4787D (or 0xD4787D) is known color: Froly. HEX triplet: D4, 78 and 7D. RGB value is (212,120,125). Sum of RGB (Red+Green+Blue) = 212+120+125=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4787D is #2B8782. Grayscale: #949494. Windows color (decimal): -2852739 or 8222932. OLE color: 8222932.
HSL color Cylindrical-coordinate representation of color #D4787D: hue angle of 356.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4787D is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 125 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.17 |
| HSL | 356.74º | 0.52% | 0.65% | - |
| HSV(B) | 356.74º | 0.43% | 0.83% | - |
| XYZ | 37.57 | 28.91 | 23 | - |
| YUV | 148.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 125 | 0 | 0.43 | 0.41 | 0.17 | 356.74 | 0.52 | 0.65 |
| Hex | D4 | 78 | 7D | 0 | 2B | 29 | 11 | 165 | 34 | 41 |
| Octal | 324 | 170 | 175 | 0 | 53 | 51 | 21 | 545 | 64 | 101 |
| Binary | 11010100 | 1111000 | 1111101 | 0 | 101011 | 101001 | 10001 | 101100101 | 110100 | 1000001 |
Color Harmonies of #D4787D
Complementary color
Monochromatic Colors of #D4787D
Black with #D4787D
Text Example
Text Example
White with #D4787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4787D; }
p { color: rgb(212,120,125); }
H1.HeaderClassName
{
color: #D4787D;
}
.AnyTagClassName
{
color: #D4787D;
}
</style>
background-color css
<style>
a { background-color: #D4787D; }
a { background-color: rgb(212,120,125); }
div.DivClassName
{
background-color: #D4787D;
}
.BgClassName
{
background-color: #D4787D;
}
</style>
border-color css
<style>
span { border-color: #D4787D; }
span { border-color: rgb(212,120,125); }
td.TdClassName
{
border-color: #D4787D;
}
.TagClassName
{
border-color: #D4787D;
}
</style>