Shades of Froly #D76674
Tints of Froly #D76674
RGB
CMYK
RGB Variations
Color information
#D76674 (or 0xD76674) is known color: Froly. HEX triplet: D7, 66 and 74. RGB value is (215,102,116). Sum of RGB (Red+Green+Blue) = 215+102+116=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D76674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76674 is #28998B. Grayscale: #898989. Windows color (decimal): -2660748 or 7628503. OLE color: 7628503.
HSL color Cylindrical-coordinate representation of color #D76674: hue angle of 352.57º 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 #D76674 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 116 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.16 |
| HSL | 352.57º | 0.59% | 0.62% | - |
| HSV(B) | 352.57º | 0.53% | 0.84% | - |
| XYZ | 35.93 | 25.21 | 19.5 | - |
| YUV | 137.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 116 | 0 | 0.53 | 0.46 | 0.16 | 352.57 | 0.59 | 0.62 |
| Hex | D7 | 66 | 74 | 0 | 35 | 2E | 10 | 161 | 3B | 3E |
| Octal | 327 | 146 | 164 | 0 | 65 | 56 | 20 | 541 | 73 | 76 |
| Binary | 11010111 | 1100110 | 1110100 | 0 | 110101 | 101110 | 10000 | 101100001 | 111011 | 111110 |
Color Harmonies of #D76674
Complementary color
Monochromatic Colors of #D76674
Black with #D76674
Text Example
Text Example
White with #D76674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76674; }
p { color: rgb(215,102,116); }
H1.HeaderClassName
{
color: #D76674;
}
.AnyTagClassName
{
color: #D76674;
}
</style>
background-color css
<style>
a { background-color: #D76674; }
a { background-color: rgb(215,102,116); }
div.DivClassName
{
background-color: #D76674;
}
.BgClassName
{
background-color: #D76674;
}
</style>
border-color css
<style>
span { border-color: #D76674; }
span { border-color: rgb(215,102,116); }
td.TdClassName
{
border-color: #D76674;
}
.TagClassName
{
border-color: #D76674;
}
</style>