Shades of Froly #D27677
Tints of Froly #D27677
RGB
CMYK
RGB Variations
Color information
#D27677 (or 0xD27677) is known color: Froly. HEX triplet: D2, 76 and 77. RGB value is (210,118,119). Sum of RGB (Red+Green+Blue) = 210+118+119=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D27677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27677 is #2D8988. Grayscale: #919191. Windows color (decimal): -2984329 or 7829202. OLE color: 7829202.
HSL color Cylindrical-coordinate representation of color #D27677: hue angle of 359.35º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27677 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 119 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.18 |
| HSL | 359.35º | 0.51% | 0.64% | - |
| HSV(B) | 359.35º | 0.44% | 0.82% | - |
| XYZ | 36.39 | 27.99 | 20.94 | - |
| YUV | 145.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 119 | 0 | 0.44 | 0.43 | 0.18 | 359.35 | 0.51 | 0.64 |
| Hex | D2 | 76 | 77 | 0 | 2C | 2B | 12 | 167 | 33 | 40 |
| Octal | 322 | 166 | 167 | 0 | 54 | 53 | 22 | 547 | 63 | 100 |
| Binary | 11010010 | 1110110 | 1110111 | 0 | 101100 | 101011 | 10010 | 101100111 | 110011 | 1000000 |
Color Harmonies of #D27677
Complementary color
Monochromatic Colors of #D27677
Black with #D27677
Text Example
Text Example
White with #D27677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27677; }
p { color: rgb(210,118,119); }
H1.HeaderClassName
{
color: #D27677;
}
.AnyTagClassName
{
color: #D27677;
}
</style>
background-color css
<style>
a { background-color: #D27677; }
a { background-color: rgb(210,118,119); }
div.DivClassName
{
background-color: #D27677;
}
.BgClassName
{
background-color: #D27677;
}
</style>
border-color css
<style>
span { border-color: #D27677; }
span { border-color: rgb(210,118,119); }
td.TdClassName
{
border-color: #D27677;
}
.TagClassName
{
border-color: #D27677;
}
</style>