Shades of Froly #D6797D
Tints of Froly #D6797D
RGB
CMYK
RGB Variations
Color information
#D6797D (or 0xD6797D) is known color: Froly. HEX triplet: D6, 79 and 7D. RGB value is (214,121,125). Sum of RGB (Red+Green+Blue) = 214+121+125=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6797D is #298682. Grayscale: #959595. Windows color (decimal): -2721411 or 8223190. OLE color: 8223190.
HSL color Cylindrical-coordinate representation of color #D6797D: hue angle of 357.42º 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 #D6797D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 125 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.16 |
| HSL | 357.42º | 0.53% | 0.66% | - |
| HSV(B) | 357.42º | 0.43% | 0.84% | - |
| XYZ | 38.27 | 29.45 | 23.07 | - |
| YUV | 149.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 125 | 0 | 0.43 | 0.42 | 0.16 | 357.42 | 0.53 | 0.66 |
| Hex | D6 | 79 | 7D | 0 | 2B | 2A | 10 | 165 | 35 | 42 |
| Octal | 326 | 171 | 175 | 0 | 53 | 52 | 20 | 545 | 65 | 102 |
| Binary | 11010110 | 1111001 | 1111101 | 0 | 101011 | 101010 | 10000 | 101100101 | 110101 | 1000010 |
Color Harmonies of #D6797D
Complementary color
Monochromatic Colors of #D6797D
Black with #D6797D
Text Example
Text Example
White with #D6797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6797D; }
p { color: rgb(214,121,125); }
H1.HeaderClassName
{
color: #D6797D;
}
.AnyTagClassName
{
color: #D6797D;
}
</style>
background-color css
<style>
a { background-color: #D6797D; }
a { background-color: rgb(214,121,125); }
div.DivClassName
{
background-color: #D6797D;
}
.BgClassName
{
background-color: #D6797D;
}
</style>
border-color css
<style>
span { border-color: #D6797D; }
span { border-color: rgb(214,121,125); }
td.TdClassName
{
border-color: #D6797D;
}
.TagClassName
{
border-color: #D6797D;
}
</style>