Shades of Froly #D77374
Tints of Froly #D77374
RGB
CMYK
RGB Variations
Color information
#D77374 (or 0xD77374) is known color: Froly. HEX triplet: D7, 73 and 74. RGB value is (215,115,116). Sum of RGB (Red+Green+Blue) = 215+115+116=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D77374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77374 is #288C8B. Grayscale: #919191. Windows color (decimal): -2657420 or 7631831. OLE color: 7631831.
HSL color Cylindrical-coordinate representation of color #D77374: hue angle of 359.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77374 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 116 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.16 |
| HSL | 359.4º | 0.56% | 0.65% | - |
| HSV(B) | 359.4º | 0.47% | 0.84% | - |
| XYZ | 37.31 | 27.97 | 19.96 | - |
| YUV | 145.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 116 | 0 | 0.47 | 0.46 | 0.16 | 359.4 | 0.56 | 0.65 |
| Hex | D7 | 73 | 74 | 0 | 2F | 2E | 10 | 167 | 38 | 41 |
| Octal | 327 | 163 | 164 | 0 | 57 | 56 | 20 | 547 | 70 | 101 |
| Binary | 11010111 | 1110011 | 1110100 | 0 | 101111 | 101110 | 10000 | 101100111 | 111000 | 1000001 |
Color Harmonies of #D77374
Complementary color
Monochromatic Colors of #D77374
Black with #D77374
Text Example
Text Example
White with #D77374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77374; }
p { color: rgb(215,115,116); }
H1.HeaderClassName
{
color: #D77374;
}
.AnyTagClassName
{
color: #D77374;
}
</style>
background-color css
<style>
a { background-color: #D77374; }
a { background-color: rgb(215,115,116); }
div.DivClassName
{
background-color: #D77374;
}
.BgClassName
{
background-color: #D77374;
}
</style>
border-color css
<style>
span { border-color: #D77374; }
span { border-color: rgb(215,115,116); }
td.TdClassName
{
border-color: #D77374;
}
.TagClassName
{
border-color: #D77374;
}
</style>