Shades of Froly #D77B7E
Tints of Froly #D77B7E
RGB
CMYK
RGB Variations
Color information
#D77B7E (or 0xD77B7E) is known color: Froly. HEX triplet: D7, 7B and 7E. RGB value is (215,123,126). Sum of RGB (Red+Green+Blue) = 215+123+126=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B7E is #288481. Grayscale: #969696. Windows color (decimal): -2655362 or 8289239. OLE color: 8289239.
HSL color Cylindrical-coordinate representation of color #D77B7E: hue angle of 358.04º 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 #D77B7E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 126 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.16 |
| HSL | 358.04º | 0.53% | 0.66% | - |
| HSV(B) | 358.04º | 0.43% | 0.84% | - |
| XYZ | 38.87 | 30.12 | 23.5 | - |
| YUV | 150.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 126 | 0 | 0.43 | 0.41 | 0.16 | 358.04 | 0.53 | 0.66 |
| Hex | D7 | 7B | 7E | 0 | 2B | 29 | 10 | 166 | 35 | 42 |
| Octal | 327 | 173 | 176 | 0 | 53 | 51 | 20 | 546 | 65 | 102 |
| Binary | 11010111 | 1111011 | 1111110 | 0 | 101011 | 101001 | 10000 | 101100110 | 110101 | 1000010 |
Color Harmonies of #D77B7E
Complementary color
Monochromatic Colors of #D77B7E
Black with #D77B7E
Text Example
Text Example
White with #D77B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B7E; }
p { color: rgb(215,123,126); }
H1.HeaderClassName
{
color: #D77B7E;
}
.AnyTagClassName
{
color: #D77B7E;
}
</style>
background-color css
<style>
a { background-color: #D77B7E; }
a { background-color: rgb(215,123,126); }
div.DivClassName
{
background-color: #D77B7E;
}
.BgClassName
{
background-color: #D77B7E;
}
</style>
border-color css
<style>
span { border-color: #D77B7E; }
span { border-color: rgb(215,123,126); }
td.TdClassName
{
border-color: #D77B7E;
}
.TagClassName
{
border-color: #D77B7E;
}
</style>