Shades of Coral Tree #A7766F
Tints of Coral Tree #A7766F
RGB
CMYK
RGB Variations
Color information
#A7766F (or 0xA7766F) is known color: Coral Tree. HEX triplet: A7, 76 and 6F. RGB value is (167,118,111). Sum of RGB (Red+Green+Blue) = 167+118+111=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A7766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7766F is #588990. Grayscale: #838383. Windows color (decimal): -5802385 or 7304871. OLE color: 7304871.
HSL color Cylindrical-coordinate representation of color #A7766F: hue angle of 7.5º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7766F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 111 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.35 |
| HSL | 7.5º | 0.24% | 0.55% | - |
| HSV(B) | 7.5º | 0.34% | 0.65% | - |
| XYZ | 25.28 | 22.32 | 18.01 | - |
| YUV | 131.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 111 | 0 | 0.29 | 0.34 | 0.35 | 7.5 | 0.24 | 0.55 |
| Hex | A7 | 76 | 6F | 0 | 1D | 22 | 23 | 8 | 18 | 37 |
| Octal | 247 | 166 | 157 | 0 | 35 | 42 | 43 | 10 | 30 | 67 |
| Binary | 10100111 | 1110110 | 1101111 | 0 | 11101 | 100010 | 100011 | 1000 | 11000 | 110111 |
Color Harmonies of #A7766F
Complementary color
Monochromatic Colors of #A7766F
Black with #A7766F
Text Example
Text Example
White with #A7766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7766F; }
p { color: rgb(167,118,111); }
H1.HeaderClassName
{
color: #A7766F;
}
.AnyTagClassName
{
color: #A7766F;
}
</style>
background-color css
<style>
a { background-color: #A7766F; }
a { background-color: rgb(167,118,111); }
div.DivClassName
{
background-color: #A7766F;
}
.BgClassName
{
background-color: #A7766F;
}
</style>
border-color css
<style>
span { border-color: #A7766F; }
span { border-color: rgb(167,118,111); }
td.TdClassName
{
border-color: #A7766F;
}
.TagClassName
{
border-color: #A7766F;
}
</style>