Shades of Froly #D27A7C
Tints of Froly #D27A7C
RGB
CMYK
RGB Variations
Color information
#D27A7C (or 0xD27A7C) is known color: Froly. HEX triplet: D2, 7A and 7C. RGB value is (210,122,124). Sum of RGB (Red+Green+Blue) = 210+122+124=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A7C is #2D8583. Grayscale: #949494. Windows color (decimal): -2983300 or 8157906. OLE color: 8157906.
HSL color Cylindrical-coordinate representation of color #D27A7C: hue angle of 358.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27A7C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 124 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.18 |
| HSL | 358.64º | 0.49% | 0.65% | - |
| HSV(B) | 358.64º | 0.42% | 0.82% | - |
| XYZ | 37.18 | 29.08 | 22.72 | - |
| YUV | 148.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 124 | 0 | 0.42 | 0.41 | 0.18 | 358.64 | 0.49 | 0.65 |
| Hex | D2 | 7A | 7C | 0 | 2A | 29 | 12 | 167 | 31 | 41 |
| Octal | 322 | 172 | 174 | 0 | 52 | 51 | 22 | 547 | 61 | 101 |
| Binary | 11010010 | 1111010 | 1111100 | 0 | 101010 | 101001 | 10010 | 101100111 | 110001 | 1000001 |
Color Harmonies of #D27A7C
Complementary color
Monochromatic Colors of #D27A7C
Black with #D27A7C
Text Example
Text Example
White with #D27A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A7C; }
p { color: rgb(210,122,124); }
H1.HeaderClassName
{
color: #D27A7C;
}
.AnyTagClassName
{
color: #D27A7C;
}
</style>
background-color css
<style>
a { background-color: #D27A7C; }
a { background-color: rgb(210,122,124); }
div.DivClassName
{
background-color: #D27A7C;
}
.BgClassName
{
background-color: #D27A7C;
}
</style>
border-color css
<style>
span { border-color: #D27A7C; }
span { border-color: rgb(210,122,124); }
td.TdClassName
{
border-color: #D27A7C;
}
.TagClassName
{
border-color: #D27A7C;
}
</style>