Shades of Froly #D76667
Tints of Froly #D76667
RGB
CMYK
RGB Variations
Color information
#D76667 (or 0xD76667) is known color: Froly. HEX triplet: D7, 66 and 67. RGB value is (215,102,103). Sum of RGB (Red+Green+Blue) = 215+102+103=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D76667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76667 is #289998. Grayscale: #888888. Windows color (decimal): -2660761 or 6776535. OLE color: 6776535.
HSL color Cylindrical-coordinate representation of color #D76667: hue angle of 359.47º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76667 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 103 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.16 |
| HSL | 359.47º | 0.59% | 0.62% | - |
| HSV(B) | 359.47º | 0.53% | 0.84% | - |
| XYZ | 35.22 | 24.93 | 15.79 | - |
| YUV | 135.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 103 | 0 | 0.53 | 0.52 | 0.16 | 359.47 | 0.59 | 0.62 |
| Hex | D7 | 66 | 67 | 0 | 35 | 34 | 10 | 167 | 3B | 3E |
| Octal | 327 | 146 | 147 | 0 | 65 | 64 | 20 | 547 | 73 | 76 |
| Binary | 11010111 | 1100110 | 1100111 | 0 | 110101 | 110100 | 10000 | 101100111 | 111011 | 111110 |
Color Harmonies of #D76667
Complementary color
Monochromatic Colors of #D76667
Black with #D76667
Text Example
Text Example
White with #D76667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76667; }
p { color: rgb(215,102,103); }
H1.HeaderClassName
{
color: #D76667;
}
.AnyTagClassName
{
color: #D76667;
}
</style>
background-color css
<style>
a { background-color: #D76667; }
a { background-color: rgb(215,102,103); }
div.DivClassName
{
background-color: #D76667;
}
.BgClassName
{
background-color: #D76667;
}
</style>
border-color css
<style>
span { border-color: #D76667; }
span { border-color: rgb(215,102,103); }
td.TdClassName
{
border-color: #D76667;
}
.TagClassName
{
border-color: #D76667;
}
</style>