Shades of Froly #D76375
Tints of Froly #D76375
RGB
CMYK
RGB Variations
Color information
#D76375 (or 0xD76375) is known color: Froly. HEX triplet: D7, 63 and 75. RGB value is (215,99,117). Sum of RGB (Red+Green+Blue) = 215+99+117=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D76375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76375 is #289C8A. Grayscale: #878787. Windows color (decimal): -2661515 or 7693271. OLE color: 7693271.
HSL color Cylindrical-coordinate representation of color #D76375: hue angle of 350.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76375 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 117 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.16 |
| HSL | 350.69º | 0.59% | 0.62% | - |
| HSV(B) | 350.69º | 0.54% | 0.84% | - |
| XYZ | 35.7 | 24.66 | 19.71 | - |
| YUV | 135.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 117 | 0 | 0.54 | 0.46 | 0.16 | 350.69 | 0.59 | 0.62 |
| Hex | D7 | 63 | 75 | 0 | 36 | 2E | 10 | 15F | 3B | 3E |
| Octal | 327 | 143 | 165 | 0 | 66 | 56 | 20 | 537 | 73 | 76 |
| Binary | 11010111 | 1100011 | 1110101 | 0 | 110110 | 101110 | 10000 | 101011111 | 111011 | 111110 |
Color Harmonies of #D76375
Complementary color
Monochromatic Colors of #D76375
Black with #D76375
Text Example
Text Example
White with #D76375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76375; }
p { color: rgb(215,99,117); }
H1.HeaderClassName
{
color: #D76375;
}
.AnyTagClassName
{
color: #D76375;
}
</style>
background-color css
<style>
a { background-color: #D76375; }
a { background-color: rgb(215,99,117); }
div.DivClassName
{
background-color: #D76375;
}
.BgClassName
{
background-color: #D76375;
}
</style>
border-color css
<style>
span { border-color: #D76375; }
span { border-color: rgb(215,99,117); }
td.TdClassName
{
border-color: #D76375;
}
.TagClassName
{
border-color: #D76375;
}
</style>