Shades of Froly #D76367
Tints of Froly #D76367
RGB
CMYK
RGB Variations
Color information
#D76367 (or 0xD76367) is known color: Froly. HEX triplet: D7, 63 and 67. RGB value is (215,99,103). Sum of RGB (Red+Green+Blue) = 215+99+103=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D76367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76367 is #289C98. Grayscale: #868686. Windows color (decimal): -2661529 or 6775767. OLE color: 6775767.
HSL color Cylindrical-coordinate representation of color #D76367: hue angle of 357.93º 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 #D76367 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 103 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.16 |
| HSL | 357.93º | 0.59% | 0.62% | - |
| HSV(B) | 357.93º | 0.54% | 0.84% | - |
| XYZ | 34.93 | 24.35 | 15.69 | - |
| YUV | 134.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 103 | 0 | 0.54 | 0.52 | 0.16 | 357.93 | 0.59 | 0.62 |
| Hex | D7 | 63 | 67 | 0 | 36 | 34 | 10 | 166 | 3B | 3E |
| Octal | 327 | 143 | 147 | 0 | 66 | 64 | 20 | 546 | 73 | 76 |
| Binary | 11010111 | 1100011 | 1100111 | 0 | 110110 | 110100 | 10000 | 101100110 | 111011 | 111110 |
Color Harmonies of #D76367
Complementary color
Monochromatic Colors of #D76367
Black with #D76367
Text Example
Text Example
White with #D76367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76367; }
p { color: rgb(215,99,103); }
H1.HeaderClassName
{
color: #D76367;
}
.AnyTagClassName
{
color: #D76367;
}
</style>
background-color css
<style>
a { background-color: #D76367; }
a { background-color: rgb(215,99,103); }
div.DivClassName
{
background-color: #D76367;
}
.BgClassName
{
background-color: #D76367;
}
</style>
border-color css
<style>
span { border-color: #D76367; }
span { border-color: rgb(215,99,103); }
td.TdClassName
{
border-color: #D76367;
}
.TagClassName
{
border-color: #D76367;
}
</style>