Shades of Froly #D7777F
Tints of Froly #D7777F
RGB
CMYK
RGB Variations
Color information
#D7777F (or 0xD7777F) is known color: Froly. HEX triplet: D7, 77 and 7F. RGB value is (215,119,127). Sum of RGB (Red+Green+Blue) = 215+119+127=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7777F is #288880. Grayscale: #949494. Windows color (decimal): -2656385 or 8353751. OLE color: 8353751.
HSL color Cylindrical-coordinate representation of color #D7777F: hue angle of 355º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7777F is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 127 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.16 |
| HSL | 355º | 0.55% | 0.65% | - |
| HSV(B) | 355º | 0.45% | 0.84% | - |
| XYZ | 38.45 | 29.17 | 23.68 | - |
| YUV | 148.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 127 | 0 | 0.45 | 0.41 | 0.16 | 355 | 0.55 | 0.65 |
| Hex | D7 | 77 | 7F | 0 | 2D | 29 | 10 | 163 | 37 | 41 |
| Octal | 327 | 167 | 177 | 0 | 55 | 51 | 20 | 543 | 67 | 101 |
| Binary | 11010111 | 1110111 | 1111111 | 0 | 101101 | 101001 | 10000 | 101100011 | 110111 | 1000001 |
Color Harmonies of #D7777F
Complementary color
Monochromatic Colors of #D7777F
Black with #D7777F
Text Example
Text Example
White with #D7777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7777F; }
p { color: rgb(215,119,127); }
H1.HeaderClassName
{
color: #D7777F;
}
.AnyTagClassName
{
color: #D7777F;
}
</style>
background-color css
<style>
a { background-color: #D7777F; }
a { background-color: rgb(215,119,127); }
div.DivClassName
{
background-color: #D7777F;
}
.BgClassName
{
background-color: #D7777F;
}
</style>
border-color css
<style>
span { border-color: #D7777F; }
span { border-color: rgb(215,119,127); }
td.TdClassName
{
border-color: #D7777F;
}
.TagClassName
{
border-color: #D7777F;
}
</style>