Shades of Froly #D76B74
Tints of Froly #D76B74
RGB
CMYK
RGB Variations
Color information
#D76B74 (or 0xD76B74) is known color: Froly. HEX triplet: D7, 6B and 74. RGB value is (215,107,116). Sum of RGB (Red+Green+Blue) = 215+107+116=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B74 is #28948B. Grayscale: #8C8C8C. Windows color (decimal): -2659468 or 7629783. OLE color: 7629783.
HSL color Cylindrical-coordinate representation of color #D76B74: hue angle of 355º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76B74 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 116 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.16 |
| HSL | 355º | 0.57% | 0.63% | - |
| HSV(B) | 355º | 0.5% | 0.84% | - |
| XYZ | 36.43 | 26.22 | 19.66 | - |
| YUV | 140.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 116 | 0 | 0.50 | 0.46 | 0.16 | 355 | 0.57 | 0.63 |
| Hex | D7 | 6B | 74 | 0 | 32 | 2E | 10 | 163 | 39 | 3F |
| Octal | 327 | 153 | 164 | 0 | 62 | 56 | 20 | 543 | 71 | 77 |
| Binary | 11010111 | 1101011 | 1110100 | 0 | 110010 | 101110 | 10000 | 101100011 | 111001 | 111111 |
Color Harmonies of #D76B74
Complementary color
Monochromatic Colors of #D76B74
Black with #D76B74
Text Example
Text Example
White with #D76B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B74; }
p { color: rgb(215,107,116); }
H1.HeaderClassName
{
color: #D76B74;
}
.AnyTagClassName
{
color: #D76B74;
}
</style>
background-color css
<style>
a { background-color: #D76B74; }
a { background-color: rgb(215,107,116); }
div.DivClassName
{
background-color: #D76B74;
}
.BgClassName
{
background-color: #D76B74;
}
</style>
border-color css
<style>
span { border-color: #D76B74; }
span { border-color: rgb(215,107,116); }
td.TdClassName
{
border-color: #D76B74;
}
.TagClassName
{
border-color: #D76B74;
}
</style>