Shades of Froly #D67C7F
Tints of Froly #D67C7F
RGB
CMYK
RGB Variations
Color information
#D67C7F (or 0xD67C7F) is known color: Froly. HEX triplet: D6, 7C and 7F. RGB value is (214,124,127). Sum of RGB (Red+Green+Blue) = 214+124+127=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C7F is #298380. Grayscale: #979797. Windows color (decimal): -2720641 or 8355030. OLE color: 8355030.
HSL color Cylindrical-coordinate representation of color #D67C7F: hue angle of 358º 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 #D67C7F is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 127 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.16 |
| HSL | 358º | 0.52% | 0.66% | - |
| HSV(B) | 358º | 0.42% | 0.84% | - |
| XYZ | 38.77 | 30.24 | 23.87 | - |
| YUV | 151.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 127 | 0 | 0.42 | 0.41 | 0.16 | 358 | 0.52 | 0.66 |
| Hex | D6 | 7C | 7F | 0 | 2A | 29 | 10 | 166 | 34 | 42 |
| Octal | 326 | 174 | 177 | 0 | 52 | 51 | 20 | 546 | 64 | 102 |
| Binary | 11010110 | 1111100 | 1111111 | 0 | 101010 | 101001 | 10000 | 101100110 | 110100 | 1000010 |
Color Harmonies of #D67C7F
Complementary color
Monochromatic Colors of #D67C7F
Black with #D67C7F
Text Example
Text Example
White with #D67C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C7F; }
p { color: rgb(214,124,127); }
H1.HeaderClassName
{
color: #D67C7F;
}
.AnyTagClassName
{
color: #D67C7F;
}
</style>
background-color css
<style>
a { background-color: #D67C7F; }
a { background-color: rgb(214,124,127); }
div.DivClassName
{
background-color: #D67C7F;
}
.BgClassName
{
background-color: #D67C7F;
}
</style>
border-color css
<style>
span { border-color: #D67C7F; }
span { border-color: rgb(214,124,127); }
td.TdClassName
{
border-color: #D67C7F;
}
.TagClassName
{
border-color: #D67C7F;
}
</style>