Shades of Coral Tree #B0776F
Tints of Coral Tree #B0776F
RGB
CMYK
RGB Variations
Color information
#B0776F (or 0xB0776F) is known color: Coral Tree. HEX triplet: B0, 77 and 6F. RGB value is (176,119,111). Sum of RGB (Red+Green+Blue) = 176+119+111=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0776F is #4F8890. Grayscale: #878787. Windows color (decimal): -5212305 or 7305136. OLE color: 7305136.
HSL color Cylindrical-coordinate representation of color #B0776F: hue angle of 7.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0776F is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 111 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.31 |
| HSL | 7.38º | 0.29% | 0.56% | - |
| HSV(B) | 7.38º | 0.37% | 0.69% | - |
| XYZ | 27.37 | 23.57 | 18.15 | - |
| YUV | 135.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 111 | 0 | 0.32 | 0.37 | 0.31 | 7.38 | 0.29 | 0.56 |
| Hex | B0 | 77 | 6F | 0 | 20 | 25 | 1F | 7 | 1D | 38 |
| Octal | 260 | 167 | 157 | 0 | 40 | 45 | 37 | 7 | 35 | 70 |
| Binary | 10110000 | 1110111 | 1101111 | 0 | 100000 | 100101 | 11111 | 111 | 11101 | 111000 |
Color Harmonies of #B0776F
Complementary color
Monochromatic Colors of #B0776F
Black with #B0776F
Text Example
Text Example
White with #B0776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0776F; }
p { color: rgb(176,119,111); }
H1.HeaderClassName
{
color: #B0776F;
}
.AnyTagClassName
{
color: #B0776F;
}
</style>
background-color css
<style>
a { background-color: #B0776F; }
a { background-color: rgb(176,119,111); }
div.DivClassName
{
background-color: #B0776F;
}
.BgClassName
{
background-color: #B0776F;
}
</style>
border-color css
<style>
span { border-color: #B0776F; }
span { border-color: rgb(176,119,111); }
td.TdClassName
{
border-color: #B0776F;
}
.TagClassName
{
border-color: #B0776F;
}
</style>