Shades of Thatch #B78F8A
Tints of Thatch #B78F8A
RGB
CMYK
RGB Variations
Color information
#B78F8A (or 0xB78F8A) is known color: Thatch. HEX triplet: B7, 8F and 8A. RGB value is (183,143,138). Sum of RGB (Red+Green+Blue) = 183+143+138=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78F8A is #487075. Grayscale: #9A9A9A. Windows color (decimal): -4747382 or 9080759. OLE color: 9080759.
HSL color Cylindrical-coordinate representation of color #B78F8A: hue angle of 6.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78F8A is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 138 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.28 |
| HSL | 6.67º | 0.24% | 0.63% | - |
| HSV(B) | 6.67º | 0.25% | 0.72% | - |
| XYZ | 33.94 | 31.55 | 28.35 | - |
| YUV | 154.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 138 | 0 | 0.22 | 0.25 | 0.28 | 6.67 | 0.24 | 0.63 |
| Hex | B7 | 8F | 8A | 0 | 16 | 19 | 1C | 7 | 18 | 3F |
| Octal | 267 | 217 | 212 | 0 | 26 | 31 | 34 | 7 | 30 | 77 |
| Binary | 10110111 | 10001111 | 10001010 | 0 | 10110 | 11001 | 11100 | 111 | 11000 | 111111 |
Color Harmonies of #B78F8A
Complementary color
Monochromatic Colors of #B78F8A
Black with #B78F8A
Text Example
Text Example
White with #B78F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F8A; }
p { color: rgb(183,143,138); }
H1.HeaderClassName
{
color: #B78F8A;
}
.AnyTagClassName
{
color: #B78F8A;
}
</style>
background-color css
<style>
a { background-color: #B78F8A; }
a { background-color: rgb(183,143,138); }
div.DivClassName
{
background-color: #B78F8A;
}
.BgClassName
{
background-color: #B78F8A;
}
</style>
border-color css
<style>
span { border-color: #B78F8A; }
span { border-color: rgb(183,143,138); }
td.TdClassName
{
border-color: #B78F8A;
}
.TagClassName
{
border-color: #B78F8A;
}
</style>