Shades of Coral Tree #B77360
Tints of Coral Tree #B77360
RGB
CMYK
RGB Variations
Color information
#B77360 (or 0xB77360) is known color: Coral Tree. HEX triplet: B7, 73 and 60. RGB value is (183,115,96). Sum of RGB (Red+Green+Blue) = 183+115+96=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B77360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77360 is #488C9F. Grayscale: #858585. Windows color (decimal): -4754592 or 6321079. OLE color: 6321079.
HSL color Cylindrical-coordinate representation of color #B77360: hue angle of 13.1º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B77360 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 96 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.28 |
| HSL | 13.1º | 0.38% | 0.55% | - |
| HSV(B) | 13.1º | 0.48% | 0.72% | - |
| XYZ | 27.77 | 23.17 | 14.08 | - |
| YUV | 133.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 96 | 0 | 0.37 | 0.48 | 0.28 | 13.1 | 0.38 | 0.55 |
| Hex | B7 | 73 | 60 | 0 | 25 | 30 | 1C | D | 26 | 37 |
| Octal | 267 | 163 | 140 | 0 | 45 | 60 | 34 | 15 | 46 | 67 |
| Binary | 10110111 | 1110011 | 1100000 | 0 | 100101 | 110000 | 11100 | 1101 | 100110 | 110111 |
Color Harmonies of #B77360
Complementary color
Monochromatic Colors of #B77360
Black with #B77360
Text Example
Text Example
White with #B77360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77360; }
p { color: rgb(183,115,96); }
H1.HeaderClassName
{
color: #B77360;
}
.AnyTagClassName
{
color: #B77360;
}
</style>
background-color css
<style>
a { background-color: #B77360; }
a { background-color: rgb(183,115,96); }
div.DivClassName
{
background-color: #B77360;
}
.BgClassName
{
background-color: #B77360;
}
</style>
border-color css
<style>
span { border-color: #B77360; }
span { border-color: rgb(183,115,96); }
td.TdClassName
{
border-color: #B77360;
}
.TagClassName
{
border-color: #B77360;
}
</style>