Shades of Mongoose #B78C6C
Tints of Mongoose #B78C6C
RGB
CMYK
RGB Variations
Color information
#B78C6C (or 0xB78C6C) is known color: Mongoose. HEX triplet: B7, 8C and 6C. RGB value is (183,140,108). Sum of RGB (Red+Green+Blue) = 183+140+108=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C6C is #487393. Grayscale: #959595. Windows color (decimal): -4748180 or 7113911. OLE color: 7113911.
HSL color Cylindrical-coordinate representation of color #B78C6C: hue angle of 25.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B78C6C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 108 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.28 |
| HSL | 25.6º | 0.34% | 0.57% | - |
| HSV(B) | 25.6º | 0.41% | 0.72% | - |
| XYZ | 31.61 | 29.91 | 18.29 | - |
| YUV | 149.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 108 | 0 | 0.23 | 0.41 | 0.28 | 25.6 | 0.34 | 0.57 |
| Hex | B7 | 8C | 6C | 0 | 17 | 29 | 1C | 1A | 22 | 39 |
| Octal | 267 | 214 | 154 | 0 | 27 | 51 | 34 | 32 | 42 | 71 |
| Binary | 10110111 | 10001100 | 1101100 | 0 | 10111 | 101001 | 11100 | 11010 | 100010 | 111001 |
Color Harmonies of #B78C6C
Complementary color
Monochromatic Colors of #B78C6C
Black with #B78C6C
Text Example
Text Example
White with #B78C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C6C; }
p { color: rgb(183,140,108); }
H1.HeaderClassName
{
color: #B78C6C;
}
.AnyTagClassName
{
color: #B78C6C;
}
</style>
background-color css
<style>
a { background-color: #B78C6C; }
a { background-color: rgb(183,140,108); }
div.DivClassName
{
background-color: #B78C6C;
}
.BgClassName
{
background-color: #B78C6C;
}
</style>
border-color css
<style>
span { border-color: #B78C6C; }
span { border-color: rgb(183,140,108); }
td.TdClassName
{
border-color: #B78C6C;
}
.TagClassName
{
border-color: #B78C6C;
}
</style>