Shades of Coral Tree #A77A72
Tints of Coral Tree #A77A72
RGB
CMYK
RGB Variations
Color information
#A77A72 (or 0xA77A72) is known color: Coral Tree. HEX triplet: A7, 7A and 72. RGB value is (167,122,114). Sum of RGB (Red+Green+Blue) = 167+122+114=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77A72 is #58858D. Grayscale: #868686. Windows color (decimal): -5801358 or 7502503. OLE color: 7502503.
HSL color Cylindrical-coordinate representation of color #A77A72: hue angle of 9.06º 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 #A77A72 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 114 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.35 |
| HSL | 9.06º | 0.23% | 0.55% | - |
| HSV(B) | 9.06º | 0.32% | 0.65% | - |
| XYZ | 25.93 | 23.35 | 19.06 | - |
| YUV | 134.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 114 | 0 | 0.27 | 0.32 | 0.35 | 9.06 | 0.23 | 0.55 |
| Hex | A7 | 7A | 72 | 0 | 1B | 20 | 23 | 9 | 17 | 37 |
| Octal | 247 | 172 | 162 | 0 | 33 | 40 | 43 | 11 | 27 | 67 |
| Binary | 10100111 | 1111010 | 1110010 | 0 | 11011 | 100000 | 100011 | 1001 | 10111 | 110111 |
Color Harmonies of #A77A72
Complementary color
Monochromatic Colors of #A77A72
Black with #A77A72
Text Example
Text Example
White with #A77A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A72; }
p { color: rgb(167,122,114); }
H1.HeaderClassName
{
color: #A77A72;
}
.AnyTagClassName
{
color: #A77A72;
}
</style>
background-color css
<style>
a { background-color: #A77A72; }
a { background-color: rgb(167,122,114); }
div.DivClassName
{
background-color: #A77A72;
}
.BgClassName
{
background-color: #A77A72;
}
</style>
border-color css
<style>
span { border-color: #A77A72; }
span { border-color: rgb(167,122,114); }
td.TdClassName
{
border-color: #A77A72;
}
.TagClassName
{
border-color: #A77A72;
}
</style>