Shades of Froly #D3767B
Tints of Froly #D3767B
RGB
CMYK
RGB Variations
Color information
#D3767B (or 0xD3767B) is known color: Froly. HEX triplet: D3, 76 and 7B. RGB value is (211,118,123). Sum of RGB (Red+Green+Blue) = 211+118+123=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3767B is #2C8984. Grayscale: #929292. Windows color (decimal): -2918789 or 8091347. OLE color: 8091347.
HSL color Cylindrical-coordinate representation of color #D3767B: hue angle of 356.77º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3767B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 123 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.17 |
| HSL | 356.77º | 0.51% | 0.65% | - |
| HSV(B) | 356.77º | 0.44% | 0.83% | - |
| XYZ | 36.92 | 28.24 | 22.24 | - |
| YUV | 146.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 123 | 0 | 0.44 | 0.42 | 0.17 | 356.77 | 0.51 | 0.65 |
| Hex | D3 | 76 | 7B | 0 | 2C | 2A | 11 | 165 | 33 | 41 |
| Octal | 323 | 166 | 173 | 0 | 54 | 52 | 21 | 545 | 63 | 101 |
| Binary | 11010011 | 1110110 | 1111011 | 0 | 101100 | 101010 | 10001 | 101100101 | 110011 | 1000001 |
Color Harmonies of #D3767B
Complementary color
Monochromatic Colors of #D3767B
Black with #D3767B
Text Example
Text Example
White with #D3767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3767B; }
p { color: rgb(211,118,123); }
H1.HeaderClassName
{
color: #D3767B;
}
.AnyTagClassName
{
color: #D3767B;
}
</style>
background-color css
<style>
a { background-color: #D3767B; }
a { background-color: rgb(211,118,123); }
div.DivClassName
{
background-color: #D3767B;
}
.BgClassName
{
background-color: #D3767B;
}
</style>
border-color css
<style>
span { border-color: #D3767B; }
span { border-color: rgb(211,118,123); }
td.TdClassName
{
border-color: #D3767B;
}
.TagClassName
{
border-color: #D3767B;
}
</style>