Shades of Tussock #B78A48
Tints of Tussock #B78A48
RGB
CMYK
RGB Variations
Color information
#B78A48 (or 0xB78A48) is known color: Tussock. HEX triplet: B7, 8A and 48. RGB value is (183,138,72). Sum of RGB (Red+Green+Blue) = 183+138+72=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A48 is #4875B7. Grayscale: #909090. Windows color (decimal): -4748728 or 4754103. OLE color: 4754103.
HSL color Cylindrical-coordinate representation of color #B78A48: hue angle of 35.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B78A48 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 72 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.28 |
| HSL | 35.68º | 0.44% | 0.5% | - |
| HSV(B) | 35.68º | 0.61% | 0.72% | - |
| XYZ | 29.79 | 28.71 | 10.1 | - |
| YUV | 143.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 72 | 0 | 0.25 | 0.61 | 0.28 | 35.68 | 0.44 | 0.5 |
| Hex | B7 | 8A | 48 | 0 | 19 | 3D | 1C | 24 | 2C | 32 |
| Octal | 267 | 212 | 110 | 0 | 31 | 75 | 34 | 44 | 54 | 62 |
| Binary | 10110111 | 10001010 | 1001000 | 0 | 11001 | 111101 | 11100 | 100100 | 101100 | 110010 |
Color Harmonies of #B78A48
Complementary color
Monochromatic Colors of #B78A48
Black with #B78A48
Text Example
Text Example
White with #B78A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A48; }
p { color: rgb(183,138,72); }
H1.HeaderClassName
{
color: #B78A48;
}
.AnyTagClassName
{
color: #B78A48;
}
</style>
background-color css
<style>
a { background-color: #B78A48; }
a { background-color: rgb(183,138,72); }
div.DivClassName
{
background-color: #B78A48;
}
.BgClassName
{
background-color: #B78A48;
}
</style>
border-color css
<style>
span { border-color: #B78A48; }
span { border-color: rgb(183,138,72); }
td.TdClassName
{
border-color: #B78A48;
}
.TagClassName
{
border-color: #B78A48;
}
</style>