Shades of Froly #D77C7E
Tints of Froly #D77C7E
RGB
CMYK
RGB Variations
Color information
#D77C7E (or 0xD77C7E) is known color: Froly. HEX triplet: D7, 7C and 7E. RGB value is (215,124,126). Sum of RGB (Red+Green+Blue) = 215+124+126=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C7E is #288381. Grayscale: #979797. Windows color (decimal): -2655106 or 8289495. OLE color: 8289495.
HSL color Cylindrical-coordinate representation of color #D77C7E: hue angle of 358.68º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77C7E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 126 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.16 |
| HSL | 358.68º | 0.53% | 0.66% | - |
| HSV(B) | 358.68º | 0.42% | 0.84% | - |
| XYZ | 39 | 30.37 | 23.55 | - |
| YUV | 151.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 126 | 0 | 0.42 | 0.41 | 0.16 | 358.68 | 0.53 | 0.66 |
| Hex | D7 | 7C | 7E | 0 | 2A | 29 | 10 | 167 | 35 | 42 |
| Octal | 327 | 174 | 176 | 0 | 52 | 51 | 20 | 547 | 65 | 102 |
| Binary | 11010111 | 1111100 | 1111110 | 0 | 101010 | 101001 | 10000 | 101100111 | 110101 | 1000010 |
Color Harmonies of #D77C7E
Complementary color
Monochromatic Colors of #D77C7E
Black with #D77C7E
Text Example
Text Example
White with #D77C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C7E; }
p { color: rgb(215,124,126); }
H1.HeaderClassName
{
color: #D77C7E;
}
.AnyTagClassName
{
color: #D77C7E;
}
</style>
background-color css
<style>
a { background-color: #D77C7E; }
a { background-color: rgb(215,124,126); }
div.DivClassName
{
background-color: #D77C7E;
}
.BgClassName
{
background-color: #D77C7E;
}
</style>
border-color css
<style>
span { border-color: #D77C7E; }
span { border-color: rgb(215,124,126); }
td.TdClassName
{
border-color: #D77C7E;
}
.TagClassName
{
border-color: #D77C7E;
}
</style>