Shades of Froly #D6767A
Tints of Froly #D6767A
RGB
CMYK
RGB Variations
Color information
#D6767A (or 0xD6767A) is known color: Froly. HEX triplet: D6, 76 and 7A. RGB value is (214,118,122). Sum of RGB (Red+Green+Blue) = 214+118+122=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6767A is #298985. Grayscale: #939393. Windows color (decimal): -2722182 or 8025814. OLE color: 8025814.
HSL color Cylindrical-coordinate representation of color #D6767A: hue angle of 357.5º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6767A is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 122 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.16 |
| HSL | 357.5º | 0.54% | 0.65% | - |
| HSV(B) | 357.5º | 0.45% | 0.84% | - |
| XYZ | 37.72 | 28.66 | 21.96 | - |
| YUV | 147.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 122 | 0 | 0.45 | 0.43 | 0.16 | 357.5 | 0.54 | 0.65 |
| Hex | D6 | 76 | 7A | 0 | 2D | 2B | 10 | 166 | 36 | 41 |
| Octal | 326 | 166 | 172 | 0 | 55 | 53 | 20 | 546 | 66 | 101 |
| Binary | 11010110 | 1110110 | 1111010 | 0 | 101101 | 101011 | 10000 | 101100110 | 110110 | 1000001 |
Color Harmonies of #D6767A
Complementary color
Monochromatic Colors of #D6767A
Black with #D6767A
Text Example
Text Example
White with #D6767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6767A; }
p { color: rgb(214,118,122); }
H1.HeaderClassName
{
color: #D6767A;
}
.AnyTagClassName
{
color: #D6767A;
}
</style>
background-color css
<style>
a { background-color: #D6767A; }
a { background-color: rgb(214,118,122); }
div.DivClassName
{
background-color: #D6767A;
}
.BgClassName
{
background-color: #D6767A;
}
</style>
border-color css
<style>
span { border-color: #D6767A; }
span { border-color: rgb(214,118,122); }
td.TdClassName
{
border-color: #D6767A;
}
.TagClassName
{
border-color: #D6767A;
}
</style>