Shades of Coral Tree #A77672
Tints of Coral Tree #A77672
RGB
CMYK
RGB Variations
Color information
#A77672 (or 0xA77672) is known color: Coral Tree. HEX triplet: A7, 76 and 72. RGB value is (167,118,114). Sum of RGB (Red+Green+Blue) = 167+118+114=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A77672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77672 is #58898D. Grayscale: #848484. Windows color (decimal): -5802382 or 7501479. OLE color: 7501479.
HSL color Cylindrical-coordinate representation of color #A77672: hue angle of 4.53º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77672 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 114 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.35 |
| HSL | 4.53º | 0.23% | 0.55% | - |
| HSV(B) | 4.53º | 0.32% | 0.65% | - |
| XYZ | 25.45 | 22.39 | 18.9 | - |
| YUV | 132.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 114 | 0 | 0.29 | 0.32 | 0.35 | 4.53 | 0.23 | 0.55 |
| Hex | A7 | 76 | 72 | 0 | 1D | 20 | 23 | 5 | 17 | 37 |
| Octal | 247 | 166 | 162 | 0 | 35 | 40 | 43 | 5 | 27 | 67 |
| Binary | 10100111 | 1110110 | 1110010 | 0 | 11101 | 100000 | 100011 | 101 | 10111 | 110111 |
Color Harmonies of #A77672
Complementary color
Monochromatic Colors of #A77672
Black with #A77672
Text Example
Text Example
White with #A77672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77672; }
p { color: rgb(167,118,114); }
H1.HeaderClassName
{
color: #A77672;
}
.AnyTagClassName
{
color: #A77672;
}
</style>
background-color css
<style>
a { background-color: #A77672; }
a { background-color: rgb(167,118,114); }
div.DivClassName
{
background-color: #A77672;
}
.BgClassName
{
background-color: #A77672;
}
</style>
border-color css
<style>
span { border-color: #A77672; }
span { border-color: rgb(167,118,114); }
td.TdClassName
{
border-color: #A77672;
}
.TagClassName
{
border-color: #A77672;
}
</style>