Shades of Froly #D3777B
Tints of Froly #D3777B
RGB
CMYK
RGB Variations
Color information
#D3777B (or 0xD3777B) is known color: Froly. HEX triplet: D3, 77 and 7B. RGB value is (211,119,123). Sum of RGB (Red+Green+Blue) = 211+119+123=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3777B is #2C8884. Grayscale: #939393. Windows color (decimal): -2918533 or 8091603. OLE color: 8091603.
HSL color Cylindrical-coordinate representation of color #D3777B: hue angle of 357.39º 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 #D3777B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 123 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.17 |
| HSL | 357.39º | 0.51% | 0.65% | - |
| HSV(B) | 357.39º | 0.44% | 0.83% | - |
| XYZ | 37.04 | 28.47 | 22.28 | - |
| YUV | 146.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 123 | 0 | 0.44 | 0.42 | 0.17 | 357.39 | 0.51 | 0.65 |
| Hex | D3 | 77 | 7B | 0 | 2C | 2A | 11 | 165 | 33 | 41 |
| Octal | 323 | 167 | 173 | 0 | 54 | 52 | 21 | 545 | 63 | 101 |
| Binary | 11010011 | 1110111 | 1111011 | 0 | 101100 | 101010 | 10001 | 101100101 | 110011 | 1000001 |
Color Harmonies of #D3777B
Complementary color
Monochromatic Colors of #D3777B
Black with #D3777B
Text Example
Text Example
White with #D3777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3777B; }
p { color: rgb(211,119,123); }
H1.HeaderClassName
{
color: #D3777B;
}
.AnyTagClassName
{
color: #D3777B;
}
</style>
background-color css
<style>
a { background-color: #D3777B; }
a { background-color: rgb(211,119,123); }
div.DivClassName
{
background-color: #D3777B;
}
.BgClassName
{
background-color: #D3777B;
}
</style>
border-color css
<style>
span { border-color: #D3777B; }
span { border-color: rgb(211,119,123); }
td.TdClassName
{
border-color: #D3777B;
}
.TagClassName
{
border-color: #D3777B;
}
</style>