Shades of Thatch #B78F87
Tints of Thatch #B78F87
RGB
CMYK
RGB Variations
Color information
#B78F87 (or 0xB78F87) is known color: Thatch. HEX triplet: B7, 8F and 87. RGB value is (183,143,135). Sum of RGB (Red+Green+Blue) = 183+143+135=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78F87 is #487078. Grayscale: #9A9A9A. Windows color (decimal): -4747385 or 8884151. OLE color: 8884151.
HSL color Cylindrical-coordinate representation of color #B78F87: hue angle of 10º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B78F87 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 135 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.28 |
| HSL | 10º | 0.25% | 0.62% | - |
| HSV(B) | 10º | 0.26% | 0.72% | - |
| XYZ | 33.72 | 31.46 | 27.22 | - |
| YUV | 154.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 135 | 0 | 0.22 | 0.26 | 0.28 | 10 | 0.25 | 0.62 |
| Hex | B7 | 8F | 87 | 0 | 16 | 1A | 1C | A | 19 | 3E |
| Octal | 267 | 217 | 207 | 0 | 26 | 32 | 34 | 12 | 31 | 76 |
| Binary | 10110111 | 10001111 | 10000111 | 0 | 10110 | 11010 | 11100 | 1010 | 11001 | 111110 |
Color Harmonies of #B78F87
Complementary color
Monochromatic Colors of #B78F87
Black with #B78F87
Text Example
Text Example
White with #B78F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F87; }
p { color: rgb(183,143,135); }
H1.HeaderClassName
{
color: #B78F87;
}
.AnyTagClassName
{
color: #B78F87;
}
</style>
background-color css
<style>
a { background-color: #B78F87; }
a { background-color: rgb(183,143,135); }
div.DivClassName
{
background-color: #B78F87;
}
.BgClassName
{
background-color: #B78F87;
}
</style>
border-color css
<style>
span { border-color: #B78F87; }
span { border-color: rgb(183,143,135); }
td.TdClassName
{
border-color: #B78F87;
}
.TagClassName
{
border-color: #B78F87;
}
</style>