Shades of Froly #D6797A
Tints of Froly #D6797A
RGB
CMYK
RGB Variations
Color information
#D6797A (or 0xD6797A) is known color: Froly. HEX triplet: D6, 79 and 7A. RGB value is (214,121,122). Sum of RGB (Red+Green+Blue) = 214+121+122=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6797A is #298685. Grayscale: #959595. Windows color (decimal): -2721414 or 8026582. OLE color: 8026582.
HSL color Cylindrical-coordinate representation of color #D6797A: hue angle of 359.35º 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 #D6797A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 122 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.16 |
| HSL | 359.35º | 0.53% | 0.66% | - |
| HSV(B) | 359.35º | 0.43% | 0.84% | - |
| XYZ | 38.08 | 29.38 | 22.08 | - |
| YUV | 148.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 122 | 0 | 0.43 | 0.43 | 0.16 | 359.35 | 0.53 | 0.66 |
| Hex | D6 | 79 | 7A | 0 | 2B | 2B | 10 | 167 | 35 | 42 |
| Octal | 326 | 171 | 172 | 0 | 53 | 53 | 20 | 547 | 65 | 102 |
| Binary | 11010110 | 1111001 | 1111010 | 0 | 101011 | 101011 | 10000 | 101100111 | 110101 | 1000010 |
Color Harmonies of #D6797A
Complementary color
Monochromatic Colors of #D6797A
Black with #D6797A
Text Example
Text Example
White with #D6797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6797A; }
p { color: rgb(214,121,122); }
H1.HeaderClassName
{
color: #D6797A;
}
.AnyTagClassName
{
color: #D6797A;
}
</style>
background-color css
<style>
a { background-color: #D6797A; }
a { background-color: rgb(214,121,122); }
div.DivClassName
{
background-color: #D6797A;
}
.BgClassName
{
background-color: #D6797A;
}
</style>
border-color css
<style>
span { border-color: #D6797A; }
span { border-color: rgb(214,121,122); }
td.TdClassName
{
border-color: #D6797A;
}
.TagClassName
{
border-color: #D6797A;
}
</style>