Shades of Froly #D67C7E
Tints of Froly #D67C7E
RGB
CMYK
RGB Variations
Color information
#D67C7E (or 0xD67C7E) is known color: Froly. HEX triplet: D6, 7C and 7E. RGB value is (214,124,126). Sum of RGB (Red+Green+Blue) = 214+124+126=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C7E is #298381. Grayscale: #979797. Windows color (decimal): -2720642 or 8289494. OLE color: 8289494.
HSL color Cylindrical-coordinate representation of color #D67C7E: hue angle of 358.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67C7E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 126 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.16 |
| HSL | 358.67º | 0.52% | 0.66% | - |
| HSV(B) | 358.67º | 0.42% | 0.84% | - |
| XYZ | 38.71 | 30.22 | 23.53 | - |
| YUV | 151.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 126 | 0 | 0.42 | 0.41 | 0.16 | 358.67 | 0.52 | 0.66 |
| Hex | D6 | 7C | 7E | 0 | 2A | 29 | 10 | 167 | 34 | 42 |
| Octal | 326 | 174 | 176 | 0 | 52 | 51 | 20 | 547 | 64 | 102 |
| Binary | 11010110 | 1111100 | 1111110 | 0 | 101010 | 101001 | 10000 | 101100111 | 110100 | 1000010 |
Color Harmonies of #D67C7E
Complementary color
Monochromatic Colors of #D67C7E
Black with #D67C7E
Text Example
Text Example
White with #D67C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C7E; }
p { color: rgb(214,124,126); }
H1.HeaderClassName
{
color: #D67C7E;
}
.AnyTagClassName
{
color: #D67C7E;
}
</style>
background-color css
<style>
a { background-color: #D67C7E; }
a { background-color: rgb(214,124,126); }
div.DivClassName
{
background-color: #D67C7E;
}
.BgClassName
{
background-color: #D67C7E;
}
</style>
border-color css
<style>
span { border-color: #D67C7E; }
span { border-color: rgb(214,124,126); }
td.TdClassName
{
border-color: #D67C7E;
}
.TagClassName
{
border-color: #D67C7E;
}
</style>