Shades of Coral Tree #B07766
Tints of Coral Tree #B07766
RGB
CMYK
RGB Variations
Color information
#B07766 (or 0xB07766) is known color: Coral Tree. HEX triplet: B0, 77 and 66. RGB value is (176,119,102). Sum of RGB (Red+Green+Blue) = 176+119+102=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B07766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07766 is #4F8899. Grayscale: #868686. Windows color (decimal): -5212314 or 6715312. OLE color: 6715312.
HSL color Cylindrical-coordinate representation of color #B07766: hue angle of 13.78º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B07766 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 102 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.31 |
| HSL | 13.78º | 0.32% | 0.55% | - |
| HSV(B) | 13.78º | 0.42% | 0.69% | - |
| XYZ | 26.9 | 23.38 | 15.67 | - |
| YUV | 134.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 102 | 0 | 0.32 | 0.42 | 0.31 | 13.78 | 0.32 | 0.55 |
| Hex | B0 | 77 | 66 | 0 | 20 | 2A | 1F | E | 20 | 37 |
| Octal | 260 | 167 | 146 | 0 | 40 | 52 | 37 | 16 | 40 | 67 |
| Binary | 10110000 | 1110111 | 1100110 | 0 | 100000 | 101010 | 11111 | 1110 | 100000 | 110111 |
Color Harmonies of #B07766
Complementary color
Monochromatic Colors of #B07766
Black with #B07766
Text Example
Text Example
White with #B07766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07766; }
p { color: rgb(176,119,102); }
H1.HeaderClassName
{
color: #B07766;
}
.AnyTagClassName
{
color: #B07766;
}
</style>
background-color css
<style>
a { background-color: #B07766; }
a { background-color: rgb(176,119,102); }
div.DivClassName
{
background-color: #B07766;
}
.BgClassName
{
background-color: #B07766;
}
</style>
border-color css
<style>
span { border-color: #B07766; }
span { border-color: rgb(176,119,102); }
td.TdClassName
{
border-color: #B07766;
}
.TagClassName
{
border-color: #B07766;
}
</style>