Shades of Froly #D77B7C
Tints of Froly #D77B7C
RGB
CMYK
RGB Variations
Color information
#D77B7C (or 0xD77B7C) is known color: Froly. HEX triplet: D7, 7B and 7C. RGB value is (215,123,124). Sum of RGB (Red+Green+Blue) = 215+123+124=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B7C is #288483. Grayscale: #969696. Windows color (decimal): -2655364 or 8158167. OLE color: 8158167.
HSL color Cylindrical-coordinate representation of color #D77B7C: hue angle of 359.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77B7C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 124 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.16 |
| HSL | 359.35º | 0.53% | 0.66% | - |
| HSV(B) | 359.35º | 0.43% | 0.84% | - |
| XYZ | 38.75 | 30.07 | 22.83 | - |
| YUV | 150.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 124 | 0 | 0.43 | 0.42 | 0.16 | 359.35 | 0.53 | 0.66 |
| Hex | D7 | 7B | 7C | 0 | 2B | 2A | 10 | 167 | 35 | 42 |
| Octal | 327 | 173 | 174 | 0 | 53 | 52 | 20 | 547 | 65 | 102 |
| Binary | 11010111 | 1111011 | 1111100 | 0 | 101011 | 101010 | 10000 | 101100111 | 110101 | 1000010 |
Color Harmonies of #D77B7C
Complementary color
Monochromatic Colors of #D77B7C
Black with #D77B7C
Text Example
Text Example
White with #D77B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B7C; }
p { color: rgb(215,123,124); }
H1.HeaderClassName
{
color: #D77B7C;
}
.AnyTagClassName
{
color: #D77B7C;
}
</style>
background-color css
<style>
a { background-color: #D77B7C; }
a { background-color: rgb(215,123,124); }
div.DivClassName
{
background-color: #D77B7C;
}
.BgClassName
{
background-color: #D77B7C;
}
</style>
border-color css
<style>
span { border-color: #D77B7C; }
span { border-color: rgb(215,123,124); }
td.TdClassName
{
border-color: #D77B7C;
}
.TagClassName
{
border-color: #D77B7C;
}
</style>