Shades of Coral Tree #B07762
Tints of Coral Tree #B07762
RGB
CMYK
RGB Variations
Color information
#B07762 (or 0xB07762) is known color: Coral Tree. HEX triplet: B0, 77 and 62. RGB value is (176,119,98). Sum of RGB (Red+Green+Blue) = 176+119+98=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07762 is #4F889D. Grayscale: #858585. Windows color (decimal): -5212318 or 6453168. OLE color: 6453168.
HSL color Cylindrical-coordinate representation of color #B07762: hue angle of 16.15º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B07762 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 98 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.31 |
| HSL | 16.15º | 0.33% | 0.54% | - |
| HSV(B) | 16.15º | 0.44% | 0.69% | - |
| XYZ | 26.71 | 23.31 | 14.65 | - |
| YUV | 133.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 98 | 0 | 0.32 | 0.44 | 0.31 | 16.15 | 0.33 | 0.54 |
| Hex | B0 | 77 | 62 | 0 | 20 | 2C | 1F | 10 | 21 | 36 |
| Octal | 260 | 167 | 142 | 0 | 40 | 54 | 37 | 20 | 41 | 66 |
| Binary | 10110000 | 1110111 | 1100010 | 0 | 100000 | 101100 | 11111 | 10000 | 100001 | 110110 |
Color Harmonies of #B07762
Complementary color
Monochromatic Colors of #B07762
Black with #B07762
Text Example
Text Example
White with #B07762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07762; }
p { color: rgb(176,119,98); }
H1.HeaderClassName
{
color: #B07762;
}
.AnyTagClassName
{
color: #B07762;
}
</style>
background-color css
<style>
a { background-color: #B07762; }
a { background-color: rgb(176,119,98); }
div.DivClassName
{
background-color: #B07762;
}
.BgClassName
{
background-color: #B07762;
}
</style>
border-color css
<style>
span { border-color: #B07762; }
span { border-color: rgb(176,119,98); }
td.TdClassName
{
border-color: #B07762;
}
.TagClassName
{
border-color: #B07762;
}
</style>