Shades of Froly #D97C7F
Tints of Froly #D97C7F
RGB
CMYK
RGB Variations
Color information
#D97C7F (or 0xD97C7F) is known color: Froly. HEX triplet: D9, 7C and 7F. RGB value is (217,124,127). Sum of RGB (Red+Green+Blue) = 217+124+127=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C7F is #268380. Grayscale: #989898. Windows color (decimal): -2524033 or 8355033. OLE color: 8355033.
HSL color Cylindrical-coordinate representation of color #D97C7F: hue angle of 358.06º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97C7F is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 127 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.15 |
| HSL | 358.06º | 0.55% | 0.67% | - |
| HSV(B) | 358.06º | 0.43% | 0.85% | - |
| XYZ | 39.65 | 30.7 | 23.91 | - |
| YUV | 152.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 127 | 0 | 0.43 | 0.41 | 0.15 | 358.06 | 0.55 | 0.67 |
| Hex | D9 | 7C | 7F | 0 | 2B | 29 | F | 166 | 37 | 43 |
| Octal | 331 | 174 | 177 | 0 | 53 | 51 | 17 | 546 | 67 | 103 |
| Binary | 11011001 | 1111100 | 1111111 | 0 | 101011 | 101001 | 1111 | 101100110 | 110111 | 1000011 |
Color Harmonies of #D97C7F
Complementary color
Monochromatic Colors of #D97C7F
Black with #D97C7F
Text Example
Text Example
White with #D97C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97C7F; }
p { color: rgb(217,124,127); }
H1.HeaderClassName
{
color: #D97C7F;
}
.AnyTagClassName
{
color: #D97C7F;
}
</style>
background-color css
<style>
a { background-color: #D97C7F; }
a { background-color: rgb(217,124,127); }
div.DivClassName
{
background-color: #D97C7F;
}
.BgClassName
{
background-color: #D97C7F;
}
</style>
border-color css
<style>
span { border-color: #D97C7F; }
span { border-color: rgb(217,124,127); }
td.TdClassName
{
border-color: #D97C7F;
}
.TagClassName
{
border-color: #D97C7F;
}
</style>