Shades of Froly #D6797E
Tints of Froly #D6797E
RGB
CMYK
RGB Variations
Color information
#D6797E (or 0xD6797E) is known color: Froly. HEX triplet: D6, 79 and 7E. RGB value is (214,121,126). Sum of RGB (Red+Green+Blue) = 214+121+126=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6797E is #298681. Grayscale: #959595. Windows color (decimal): -2721410 or 8288726. OLE color: 8288726.
HSL color Cylindrical-coordinate representation of color #D6797E: hue angle of 356.77º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6797E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 126 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.16 |
| HSL | 356.77º | 0.53% | 0.66% | - |
| HSV(B) | 356.77º | 0.43% | 0.84% | - |
| XYZ | 38.33 | 29.48 | 23.41 | - |
| YUV | 149.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 126 | 0 | 0.43 | 0.41 | 0.16 | 356.77 | 0.53 | 0.66 |
| Hex | D6 | 79 | 7E | 0 | 2B | 29 | 10 | 165 | 35 | 42 |
| Octal | 326 | 171 | 176 | 0 | 53 | 51 | 20 | 545 | 65 | 102 |
| Binary | 11010110 | 1111001 | 1111110 | 0 | 101011 | 101001 | 10000 | 101100101 | 110101 | 1000010 |
Color Harmonies of #D6797E
Complementary color
Monochromatic Colors of #D6797E
Black with #D6797E
Text Example
Text Example
White with #D6797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6797E; }
p { color: rgb(214,121,126); }
H1.HeaderClassName
{
color: #D6797E;
}
.AnyTagClassName
{
color: #D6797E;
}
</style>
background-color css
<style>
a { background-color: #D6797E; }
a { background-color: rgb(214,121,126); }
div.DivClassName
{
background-color: #D6797E;
}
.BgClassName
{
background-color: #D6797E;
}
</style>
border-color css
<style>
span { border-color: #D6797E; }
span { border-color: rgb(214,121,126); }
td.TdClassName
{
border-color: #D6797E;
}
.TagClassName
{
border-color: #D6797E;
}
</style>