Shades of Thatch #B79790
Tints of Thatch #B79790
RGB
CMYK
RGB Variations
Color information
#B79790 (or 0xB79790) is known color: Thatch. HEX triplet: B7, 97 and 90. RGB value is (183,151,144). Sum of RGB (Red+Green+Blue) = 183+151+144=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B79790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79790 is #48686F. Grayscale: #9F9F9F. Windows color (decimal): -4745328 or 9476023. OLE color: 9476023.
HSL color Cylindrical-coordinate representation of color #B79790: hue angle of 10.77º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B79790 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 144 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.28 |
| HSL | 10.77º | 0.21% | 0.64% | - |
| HSV(B) | 10.77º | 0.21% | 0.72% | - |
| XYZ | 35.63 | 34.21 | 31.11 | - |
| YUV | 159.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 144 | 0 | 0.17 | 0.21 | 0.28 | 10.77 | 0.21 | 0.64 |
| Hex | B7 | 97 | 90 | 0 | 11 | 15 | 1C | B | 15 | 40 |
| Octal | 267 | 227 | 220 | 0 | 21 | 25 | 34 | 13 | 25 | 100 |
| Binary | 10110111 | 10010111 | 10010000 | 0 | 10001 | 10101 | 11100 | 1011 | 10101 | 1000000 |
Color Harmonies of #B79790
Complementary color
Monochromatic Colors of #B79790
Black with #B79790
Text Example
Text Example
White with #B79790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79790; }
p { color: rgb(183,151,144); }
H1.HeaderClassName
{
color: #B79790;
}
.AnyTagClassName
{
color: #B79790;
}
</style>
background-color css
<style>
a { background-color: #B79790; }
a { background-color: rgb(183,151,144); }
div.DivClassName
{
background-color: #B79790;
}
.BgClassName
{
background-color: #B79790;
}
</style>
border-color css
<style>
span { border-color: #B79790; }
span { border-color: rgb(183,151,144); }
td.TdClassName
{
border-color: #B79790;
}
.TagClassName
{
border-color: #B79790;
}
</style>