Shades of Tapestry #B7788A
Tints of Tapestry #B7788A
RGB
CMYK
RGB Variations
Color information
#B7788A (or 0xB7788A) is known color: Tapestry. HEX triplet: B7, 78 and 8A. RGB value is (183,120,138). Sum of RGB (Red+Green+Blue) = 183+120+138=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7788A is #488775. Grayscale: #8C8C8C. Windows color (decimal): -4753270 or 9074871. OLE color: 9074871.
HSL color Cylindrical-coordinate representation of color #B7788A: hue angle of 342.86º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7788A is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 138 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.28 |
| HSL | 342.86º | 0.3% | 0.59% | - |
| HSV(B) | 342.86º | 0.34% | 0.72% | - |
| XYZ | 30.83 | 25.34 | 27.31 | - |
| YUV | 140.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 138 | 0 | 0.34 | 0.25 | 0.28 | 342.86 | 0.3 | 0.59 |
| Hex | B7 | 78 | 8A | 0 | 22 | 19 | 1C | 157 | 1E | 3B |
| Octal | 267 | 170 | 212 | 0 | 42 | 31 | 34 | 527 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10001010 | 0 | 100010 | 11001 | 11100 | 101010111 | 11110 | 111011 |
Color Harmonies of #B7788A
Complementary color
Monochromatic Colors of #B7788A
Black with #B7788A
Text Example
Text Example
White with #B7788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7788A; }
p { color: rgb(183,120,138); }
H1.HeaderClassName
{
color: #B7788A;
}
.AnyTagClassName
{
color: #B7788A;
}
</style>
background-color css
<style>
a { background-color: #B7788A; }
a { background-color: rgb(183,120,138); }
div.DivClassName
{
background-color: #B7788A;
}
.BgClassName
{
background-color: #B7788A;
}
</style>
border-color css
<style>
span { border-color: #B7788A; }
span { border-color: rgb(183,120,138); }
td.TdClassName
{
border-color: #B7788A;
}
.TagClassName
{
border-color: #B7788A;
}
</style>