Shades of Eunry #D7A7A0
Tints of Eunry #D7A7A0
RGB
CMYK
RGB Variations
Color information
#D7A7A0 (or 0xD7A7A0) is known color: Eunry. HEX triplet: D7, A7 and A0. RGB value is (215,167,160). Sum of RGB (Red+Green+Blue) = 215+167+160=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A7A0 is #28585F. Grayscale: #B4B4B4. Windows color (decimal): -2644064 or 10528727. OLE color: 10528727.
HSL color Cylindrical-coordinate representation of color #D7A7A0: hue angle of 7.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A7A0 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 160 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.16 |
| HSL | 7.64º | 0.41% | 0.74% | - |
| HSV(B) | 7.64º | 0.26% | 0.84% | - |
| XYZ | 48.19 | 44.62 | 39.33 | - |
| YUV | 180.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 160 | 0 | 0.22 | 0.26 | 0.16 | 7.64 | 0.41 | 0.74 |
| Hex | D7 | A7 | A0 | 0 | 16 | 1A | 10 | 8 | 29 | 4A |
| Octal | 327 | 247 | 240 | 0 | 26 | 32 | 20 | 10 | 51 | 112 |
| Binary | 11010111 | 10100111 | 10100000 | 0 | 10110 | 11010 | 10000 | 1000 | 101001 | 1001010 |
Color Harmonies of #D7A7A0
Complementary color
Monochromatic Colors of #D7A7A0
Black with #D7A7A0
Text Example
Text Example
White with #D7A7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A7A0; }
p { color: rgb(215,167,160); }
H1.HeaderClassName
{
color: #D7A7A0;
}
.AnyTagClassName
{
color: #D7A7A0;
}
</style>
background-color css
<style>
a { background-color: #D7A7A0; }
a { background-color: rgb(215,167,160); }
div.DivClassName
{
background-color: #D7A7A0;
}
.BgClassName
{
background-color: #D7A7A0;
}
</style>
border-color css
<style>
span { border-color: #D7A7A0; }
span { border-color: rgb(215,167,160); }
td.TdClassName
{
border-color: #D7A7A0;
}
.TagClassName
{
border-color: #D7A7A0;
}
</style>