Shades of Froly #D97B7E
Tints of Froly #D97B7E
RGB
CMYK
RGB Variations
Color information
#D97B7E (or 0xD97B7E) is known color: Froly. HEX triplet: D9, 7B and 7E. RGB value is (217,123,126). Sum of RGB (Red+Green+Blue) = 217+123+126=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B7E is #268481. Grayscale: #979797. Windows color (decimal): -2524290 or 8289241. OLE color: 8289241.
HSL color Cylindrical-coordinate representation of color #D97B7E: hue angle of 358.09º 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 #D97B7E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 126 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.15 |
| HSL | 358.09º | 0.55% | 0.67% | - |
| HSV(B) | 358.09º | 0.43% | 0.85% | - |
| XYZ | 39.46 | 30.42 | 23.53 | - |
| YUV | 151.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 126 | 0 | 0.43 | 0.42 | 0.15 | 358.09 | 0.55 | 0.67 |
| Hex | D9 | 7B | 7E | 0 | 2B | 2A | F | 166 | 37 | 43 |
| Octal | 331 | 173 | 176 | 0 | 53 | 52 | 17 | 546 | 67 | 103 |
| Binary | 11011001 | 1111011 | 1111110 | 0 | 101011 | 101010 | 1111 | 101100110 | 110111 | 1000011 |
Color Harmonies of #D97B7E
Complementary color
Monochromatic Colors of #D97B7E
Black with #D97B7E
Text Example
Text Example
White with #D97B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97B7E; }
p { color: rgb(217,123,126); }
H1.HeaderClassName
{
color: #D97B7E;
}
.AnyTagClassName
{
color: #D97B7E;
}
</style>
background-color css
<style>
a { background-color: #D97B7E; }
a { background-color: rgb(217,123,126); }
div.DivClassName
{
background-color: #D97B7E;
}
.BgClassName
{
background-color: #D97B7E;
}
</style>
border-color css
<style>
span { border-color: #D97B7E; }
span { border-color: rgb(217,123,126); }
td.TdClassName
{
border-color: #D97B7E;
}
.TagClassName
{
border-color: #D97B7E;
}
</style>