Shades of Froly #D07879
Tints of Froly #D07879
RGB
CMYK
RGB Variations
Color information
#D07879 (or 0xD07879) is known color: Froly. HEX triplet: D0, 78 and 79. RGB value is (208,120,121). Sum of RGB (Red+Green+Blue) = 208+120+121=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D07879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07879 is #2F8786. Grayscale: #929292. Windows color (decimal): -3114887 or 7960784. OLE color: 7960784.
HSL color Cylindrical-coordinate representation of color #D07879: hue angle of 359.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07879 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 121 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.18 |
| HSL | 359.32º | 0.48% | 0.64% | - |
| HSV(B) | 359.32º | 0.42% | 0.82% | - |
| XYZ | 36.18 | 28.22 | 21.63 | - |
| YUV | 146.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 121 | 0 | 0.42 | 0.42 | 0.18 | 359.32 | 0.48 | 0.64 |
| Hex | D0 | 78 | 79 | 0 | 2A | 2A | 12 | 167 | 30 | 40 |
| Octal | 320 | 170 | 171 | 0 | 52 | 52 | 22 | 547 | 60 | 100 |
| Binary | 11010000 | 1111000 | 1111001 | 0 | 101010 | 101010 | 10010 | 101100111 | 110000 | 1000000 |
Color Harmonies of #D07879
Complementary color
Monochromatic Colors of #D07879
Black with #D07879
Text Example
Text Example
White with #D07879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07879; }
p { color: rgb(208,120,121); }
H1.HeaderClassName
{
color: #D07879;
}
.AnyTagClassName
{
color: #D07879;
}
</style>
background-color css
<style>
a { background-color: #D07879; }
a { background-color: rgb(208,120,121); }
div.DivClassName
{
background-color: #D07879;
}
.BgClassName
{
background-color: #D07879;
}
</style>
border-color css
<style>
span { border-color: #D07879; }
span { border-color: rgb(208,120,121); }
td.TdClassName
{
border-color: #D07879;
}
.TagClassName
{
border-color: #D07879;
}
</style>