Shades of Tapestry #B7788F
Tints of Tapestry #B7788F
RGB
CMYK
RGB Variations
Color information
#B7788F (or 0xB7788F) is known color: Tapestry. HEX triplet: B7, 78 and 8F. RGB value is (183,120,143). Sum of RGB (Red+Green+Blue) = 183+120+143=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7788F is #488770. Grayscale: #8D8D8D. Windows color (decimal): -4753265 or 9402551. OLE color: 9402551.
HSL color Cylindrical-coordinate representation of color #B7788F: hue angle of 338.1º 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 #B7788F is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 143 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.28 |
| HSL | 338.1º | 0.3% | 0.59% | - |
| HSV(B) | 338.1º | 0.34% | 0.72% | - |
| XYZ | 31.2 | 25.48 | 29.26 | - |
| YUV | 141.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 143 | 0 | 0.34 | 0.22 | 0.28 | 338.1 | 0.3 | 0.59 |
| Hex | B7 | 78 | 8F | 0 | 22 | 16 | 1C | 152 | 1E | 3B |
| Octal | 267 | 170 | 217 | 0 | 42 | 26 | 34 | 522 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10001111 | 0 | 100010 | 10110 | 11100 | 101010010 | 11110 | 111011 |
Color Harmonies of #B7788F
Complementary color
Monochromatic Colors of #B7788F
Black with #B7788F
Text Example
Text Example
White with #B7788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7788F; }
p { color: rgb(183,120,143); }
H1.HeaderClassName
{
color: #B7788F;
}
.AnyTagClassName
{
color: #B7788F;
}
</style>
background-color css
<style>
a { background-color: #B7788F; }
a { background-color: rgb(183,120,143); }
div.DivClassName
{
background-color: #B7788F;
}
.BgClassName
{
background-color: #B7788F;
}
</style>
border-color css
<style>
span { border-color: #B7788F; }
span { border-color: rgb(183,120,143); }
td.TdClassName
{
border-color: #B7788F;
}
.TagClassName
{
border-color: #B7788F;
}
</style>