Shades of Froly #D76D7B
Tints of Froly #D76D7B
RGB
CMYK
RGB Variations
Color information
#D76D7B (or 0xD76D7B) is known color: Froly. HEX triplet: D7, 6D and 7B. RGB value is (215,109,123). Sum of RGB (Red+Green+Blue) = 215+109+123=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D7B is #289284. Grayscale: #8E8E8E. Windows color (decimal): -2658949 or 8089047. OLE color: 8089047.
HSL color Cylindrical-coordinate representation of color #D76D7B: hue angle of 352.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76D7B is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 123 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.16 |
| HSL | 352.08º | 0.57% | 0.64% | - |
| HSV(B) | 352.08º | 0.49% | 0.84% | - |
| XYZ | 37.07 | 26.81 | 21.96 | - |
| YUV | 142.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 123 | 0 | 0.49 | 0.43 | 0.16 | 352.08 | 0.57 | 0.64 |
| Hex | D7 | 6D | 7B | 0 | 31 | 2B | 10 | 160 | 39 | 40 |
| Octal | 327 | 155 | 173 | 0 | 61 | 53 | 20 | 540 | 71 | 100 |
| Binary | 11010111 | 1101101 | 1111011 | 0 | 110001 | 101011 | 10000 | 101100000 | 111001 | 1000000 |
Color Harmonies of #D76D7B
Complementary color
Monochromatic Colors of #D76D7B
Black with #D76D7B
Text Example
Text Example
White with #D76D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D7B; }
p { color: rgb(215,109,123); }
H1.HeaderClassName
{
color: #D76D7B;
}
.AnyTagClassName
{
color: #D76D7B;
}
</style>
background-color css
<style>
a { background-color: #D76D7B; }
a { background-color: rgb(215,109,123); }
div.DivClassName
{
background-color: #D76D7B;
}
.BgClassName
{
background-color: #D76D7B;
}
</style>
border-color css
<style>
span { border-color: #D76D7B; }
span { border-color: rgb(215,109,123); }
td.TdClassName
{
border-color: #D76D7B;
}
.TagClassName
{
border-color: #D76D7B;
}
</style>