Shades of Froly #D7686B
Tints of Froly #D7686B
RGB
CMYK
RGB Variations
Color information
#D7686B (or 0xD7686B) is known color: Froly. HEX triplet: D7, 68 and 6B. RGB value is (215,104,107). Sum of RGB (Red+Green+Blue) = 215+104+107=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7686B is #289794. Grayscale: #898989. Windows color (decimal): -2660245 or 7039191. OLE color: 7039191.
HSL color Cylindrical-coordinate representation of color #D7686B: hue angle of 358.38º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7686B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 107 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.16 |
| HSL | 358.38º | 0.58% | 0.63% | - |
| HSV(B) | 358.38º | 0.52% | 0.84% | - |
| XYZ | 35.63 | 25.41 | 16.94 | - |
| YUV | 137.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 107 | 0 | 0.52 | 0.50 | 0.16 | 358.38 | 0.58 | 0.63 |
| Hex | D7 | 68 | 6B | 0 | 34 | 32 | 10 | 166 | 3A | 3F |
| Octal | 327 | 150 | 153 | 0 | 64 | 62 | 20 | 546 | 72 | 77 |
| Binary | 11010111 | 1101000 | 1101011 | 0 | 110100 | 110010 | 10000 | 101100110 | 111010 | 111111 |
Color Harmonies of #D7686B
Complementary color
Monochromatic Colors of #D7686B
Black with #D7686B
Text Example
Text Example
White with #D7686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7686B; }
p { color: rgb(215,104,107); }
H1.HeaderClassName
{
color: #D7686B;
}
.AnyTagClassName
{
color: #D7686B;
}
</style>
background-color css
<style>
a { background-color: #D7686B; }
a { background-color: rgb(215,104,107); }
div.DivClassName
{
background-color: #D7686B;
}
.BgClassName
{
background-color: #D7686B;
}
</style>
border-color css
<style>
span { border-color: #D7686B; }
span { border-color: rgb(215,104,107); }
td.TdClassName
{
border-color: #D7686B;
}
.TagClassName
{
border-color: #D7686B;
}
</style>