Shades of Froly #D76874
Tints of Froly #D76874
RGB
CMYK
RGB Variations
Color information
#D76874 (or 0xD76874) is known color: Froly. HEX triplet: D7, 68 and 74. RGB value is (215,104,116). Sum of RGB (Red+Green+Blue) = 215+104+116=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D76874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76874 is #28978B. Grayscale: #8A8A8A. Windows color (decimal): -2660236 or 7629015. OLE color: 7629015.
HSL color Cylindrical-coordinate representation of color #D76874: hue angle of 353.51º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76874 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 116 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.16 |
| HSL | 353.51º | 0.58% | 0.63% | - |
| HSV(B) | 353.51º | 0.52% | 0.84% | - |
| XYZ | 36.13 | 25.61 | 19.56 | - |
| YUV | 138.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 116 | 0 | 0.52 | 0.46 | 0.16 | 353.51 | 0.58 | 0.63 |
| Hex | D7 | 68 | 74 | 0 | 34 | 2E | 10 | 162 | 3A | 3F |
| Octal | 327 | 150 | 164 | 0 | 64 | 56 | 20 | 542 | 72 | 77 |
| Binary | 11010111 | 1101000 | 1110100 | 0 | 110100 | 101110 | 10000 | 101100010 | 111010 | 111111 |
Color Harmonies of #D76874
Complementary color
Monochromatic Colors of #D76874
Black with #D76874
Text Example
Text Example
White with #D76874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76874; }
p { color: rgb(215,104,116); }
H1.HeaderClassName
{
color: #D76874;
}
.AnyTagClassName
{
color: #D76874;
}
</style>
background-color css
<style>
a { background-color: #D76874; }
a { background-color: rgb(215,104,116); }
div.DivClassName
{
background-color: #D76874;
}
.BgClassName
{
background-color: #D76874;
}
</style>
border-color css
<style>
span { border-color: #D76874; }
span { border-color: rgb(215,104,116); }
td.TdClassName
{
border-color: #D76874;
}
.TagClassName
{
border-color: #D76874;
}
</style>