Shades of Froly #D3797C
Tints of Froly #D3797C
RGB
CMYK
RGB Variations
Color information
#D3797C (or 0xD3797C) is known color: Froly. HEX triplet: D3, 79 and 7C. RGB value is (211,121,124). Sum of RGB (Red+Green+Blue) = 211+121+124=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3797C is #2C8683. Grayscale: #949494. Windows color (decimal): -2918020 or 8157651. OLE color: 8157651.
HSL color Cylindrical-coordinate representation of color #D3797C: hue angle of 358º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3797C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 121 | 124 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.17 |
| HSL | 358º | 0.51% | 0.65% | - |
| HSV(B) | 358º | 0.43% | 0.83% | - |
| XYZ | 37.34 | 28.98 | 22.69 | - |
| YUV | 148.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 124 | 0 | 0.43 | 0.41 | 0.17 | 358 | 0.51 | 0.65 |
| Hex | D3 | 79 | 7C | 0 | 2B | 29 | 11 | 166 | 33 | 41 |
| Octal | 323 | 171 | 174 | 0 | 53 | 51 | 21 | 546 | 63 | 101 |
| Binary | 11010011 | 1111001 | 1111100 | 0 | 101011 | 101001 | 10001 | 101100110 | 110011 | 1000001 |
Color Harmonies of #D3797C
Complementary color
Monochromatic Colors of #D3797C
Black with #D3797C
Text Example
Text Example
White with #D3797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3797C; }
p { color: rgb(211,121,124); }
H1.HeaderClassName
{
color: #D3797C;
}
.AnyTagClassName
{
color: #D3797C;
}
</style>
background-color css
<style>
a { background-color: #D3797C; }
a { background-color: rgb(211,121,124); }
div.DivClassName
{
background-color: #D3797C;
}
.BgClassName
{
background-color: #D3797C;
}
</style>
border-color css
<style>
span { border-color: #D3797C; }
span { border-color: rgb(211,121,124); }
td.TdClassName
{
border-color: #D3797C;
}
.TagClassName
{
border-color: #D3797C;
}
</style>