Shades of Coral Tree #A7756F
Tints of Coral Tree #A7756F
RGB
CMYK
RGB Variations
Color information
#A7756F (or 0xA7756F) is known color: Coral Tree. HEX triplet: A7, 75 and 6F. RGB value is (167,117,111). Sum of RGB (Red+Green+Blue) = 167+117+111=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7756F is #588A90. Grayscale: #838383. Windows color (decimal): -5802641 or 7304615. OLE color: 7304615.
HSL color Cylindrical-coordinate representation of color #A7756F: hue angle of 6.43º 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 #A7756F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 111 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.35 |
| HSL | 6.43º | 0.24% | 0.55% | - |
| HSV(B) | 6.43º | 0.34% | 0.65% | - |
| XYZ | 25.17 | 22.09 | 17.98 | - |
| YUV | 131.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 111 | 0 | 0.30 | 0.34 | 0.35 | 6.43 | 0.24 | 0.55 |
| Hex | A7 | 75 | 6F | 0 | 1E | 22 | 23 | 6 | 18 | 37 |
| Octal | 247 | 165 | 157 | 0 | 36 | 42 | 43 | 6 | 30 | 67 |
| Binary | 10100111 | 1110101 | 1101111 | 0 | 11110 | 100010 | 100011 | 110 | 11000 | 110111 |
Color Harmonies of #A7756F
Complementary color
Monochromatic Colors of #A7756F
Black with #A7756F
Text Example
Text Example
White with #A7756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7756F; }
p { color: rgb(167,117,111); }
H1.HeaderClassName
{
color: #A7756F;
}
.AnyTagClassName
{
color: #A7756F;
}
</style>
background-color css
<style>
a { background-color: #A7756F; }
a { background-color: rgb(167,117,111); }
div.DivClassName
{
background-color: #A7756F;
}
.BgClassName
{
background-color: #A7756F;
}
</style>
border-color css
<style>
span { border-color: #A7756F; }
span { border-color: rgb(167,117,111); }
td.TdClassName
{
border-color: #A7756F;
}
.TagClassName
{
border-color: #A7756F;
}
</style>