Shades of Froly #D77B7F
Tints of Froly #D77B7F
RGB
CMYK
RGB Variations
Color information
#D77B7F (or 0xD77B7F) is known color: Froly. HEX triplet: D7, 7B and 7F. RGB value is (215,123,127). Sum of RGB (Red+Green+Blue) = 215+123+127=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B7F is #288480. Grayscale: #979797. Windows color (decimal): -2655361 or 8354775. OLE color: 8354775.
HSL color Cylindrical-coordinate representation of color #D77B7F: hue angle of 357.39º 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 #D77B7F is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 127 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.16 |
| HSL | 357.39º | 0.53% | 0.66% | - |
| HSV(B) | 357.39º | 0.43% | 0.84% | - |
| XYZ | 38.94 | 30.15 | 23.85 | - |
| YUV | 150.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 127 | 0 | 0.43 | 0.41 | 0.16 | 357.39 | 0.53 | 0.66 |
| Hex | D7 | 7B | 7F | 0 | 2B | 29 | 10 | 165 | 35 | 42 |
| Octal | 327 | 173 | 177 | 0 | 53 | 51 | 20 | 545 | 65 | 102 |
| Binary | 11010111 | 1111011 | 1111111 | 0 | 101011 | 101001 | 10000 | 101100101 | 110101 | 1000010 |
Color Harmonies of #D77B7F
Complementary color
Monochromatic Colors of #D77B7F
Black with #D77B7F
Text Example
Text Example
White with #D77B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B7F; }
p { color: rgb(215,123,127); }
H1.HeaderClassName
{
color: #D77B7F;
}
.AnyTagClassName
{
color: #D77B7F;
}
</style>
background-color css
<style>
a { background-color: #D77B7F; }
a { background-color: rgb(215,123,127); }
div.DivClassName
{
background-color: #D77B7F;
}
.BgClassName
{
background-color: #D77B7F;
}
</style>
border-color css
<style>
span { border-color: #D77B7F; }
span { border-color: rgb(215,123,127); }
td.TdClassName
{
border-color: #D77B7F;
}
.TagClassName
{
border-color: #D77B7F;
}
</style>