Shades of Froly #D8677A
Tints of Froly #D8677A
RGB
CMYK
RGB Variations
Color information
#D8677A (or 0xD8677A) is known color: Froly. HEX triplet: D8, 67 and 7A. RGB value is (216,103,122). Sum of RGB (Red+Green+Blue) = 216+103+122=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8677A is #279885. Grayscale: #8A8A8A. Windows color (decimal): -2594950 or 8021976. OLE color: 8021976.
HSL color Cylindrical-coordinate representation of color #D8677A: hue angle of 349.91º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8677A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 122 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.15 |
| HSL | 349.91º | 0.59% | 0.63% | - |
| HSV(B) | 349.91º | 0.52% | 0.85% | - |
| XYZ | 36.68 | 25.7 | 21.44 | - |
| YUV | 138.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 122 | 0 | 0.52 | 0.44 | 0.15 | 349.91 | 0.59 | 0.63 |
| Hex | D8 | 67 | 7A | 0 | 34 | 2C | F | 15E | 3B | 3F |
| Octal | 330 | 147 | 172 | 0 | 64 | 54 | 17 | 536 | 73 | 77 |
| Binary | 11011000 | 1100111 | 1111010 | 0 | 110100 | 101100 | 1111 | 101011110 | 111011 | 111111 |
Color Harmonies of #D8677A
Complementary color
Monochromatic Colors of #D8677A
Black with #D8677A
Text Example
Text Example
White with #D8677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8677A; }
p { color: rgb(216,103,122); }
H1.HeaderClassName
{
color: #D8677A;
}
.AnyTagClassName
{
color: #D8677A;
}
</style>
background-color css
<style>
a { background-color: #D8677A; }
a { background-color: rgb(216,103,122); }
div.DivClassName
{
background-color: #D8677A;
}
.BgClassName
{
background-color: #D8677A;
}
</style>
border-color css
<style>
span { border-color: #D8677A; }
span { border-color: rgb(216,103,122); }
td.TdClassName
{
border-color: #D8677A;
}
.TagClassName
{
border-color: #D8677A;
}
</style>