Shades of Froly #D4767A
Tints of Froly #D4767A
RGB
CMYK
RGB Variations
Color information
#D4767A (or 0xD4767A) is known color: Froly. HEX triplet: D4, 76 and 7A. RGB value is (212,118,122). Sum of RGB (Red+Green+Blue) = 212+118+122=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4767A is #2B8985. Grayscale: #929292. Windows color (decimal): -2853254 or 8025812. OLE color: 8025812.
HSL color Cylindrical-coordinate representation of color #D4767A: hue angle of 357.45º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4767A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 122 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.17 |
| HSL | 357.45º | 0.52% | 0.65% | - |
| HSV(B) | 357.45º | 0.44% | 0.83% | - |
| XYZ | 37.14 | 28.36 | 21.93 | - |
| YUV | 146.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 122 | 0 | 0.44 | 0.42 | 0.17 | 357.45 | 0.52 | 0.65 |
| Hex | D4 | 76 | 7A | 0 | 2C | 2A | 11 | 165 | 34 | 41 |
| Octal | 324 | 166 | 172 | 0 | 54 | 52 | 21 | 545 | 64 | 101 |
| Binary | 11010100 | 1110110 | 1111010 | 0 | 101100 | 101010 | 10001 | 101100101 | 110100 | 1000001 |
Color Harmonies of #D4767A
Complementary color
Monochromatic Colors of #D4767A
Black with #D4767A
Text Example
Text Example
White with #D4767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4767A; }
p { color: rgb(212,118,122); }
H1.HeaderClassName
{
color: #D4767A;
}
.AnyTagClassName
{
color: #D4767A;
}
</style>
background-color css
<style>
a { background-color: #D4767A; }
a { background-color: rgb(212,118,122); }
div.DivClassName
{
background-color: #D4767A;
}
.BgClassName
{
background-color: #D4767A;
}
</style>
border-color css
<style>
span { border-color: #D4767A; }
span { border-color: rgb(212,118,122); }
td.TdClassName
{
border-color: #D4767A;
}
.TagClassName
{
border-color: #D4767A;
}
</style>