Shades of Tapestry #B7788C
Tints of Tapestry #B7788C
RGB
CMYK
RGB Variations
Color information
#B7788C (or 0xB7788C) is known color: Tapestry. HEX triplet: B7, 78 and 8C. RGB value is (183,120,140). Sum of RGB (Red+Green+Blue) = 183+120+140=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7788C is #488773. Grayscale: #8D8D8D. Windows color (decimal): -4753268 or 9205943. OLE color: 9205943.
HSL color Cylindrical-coordinate representation of color #B7788C: hue angle of 340.95º 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 #B7788C is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 140 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.28 |
| HSL | 340.95º | 0.3% | 0.59% | - |
| HSV(B) | 340.95º | 0.34% | 0.72% | - |
| XYZ | 30.98 | 25.39 | 28.08 | - |
| YUV | 141.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 140 | 0 | 0.34 | 0.23 | 0.28 | 340.95 | 0.3 | 0.59 |
| Hex | B7 | 78 | 8C | 0 | 22 | 17 | 1C | 155 | 1E | 3B |
| Octal | 267 | 170 | 214 | 0 | 42 | 27 | 34 | 525 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10001100 | 0 | 100010 | 10111 | 11100 | 101010101 | 11110 | 111011 |
Color Harmonies of #B7788C
Complementary color
Monochromatic Colors of #B7788C
Black with #B7788C
Text Example
Text Example
White with #B7788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7788C; }
p { color: rgb(183,120,140); }
H1.HeaderClassName
{
color: #B7788C;
}
.AnyTagClassName
{
color: #B7788C;
}
</style>
background-color css
<style>
a { background-color: #B7788C; }
a { background-color: rgb(183,120,140); }
div.DivClassName
{
background-color: #B7788C;
}
.BgClassName
{
background-color: #B7788C;
}
</style>
border-color css
<style>
span { border-color: #B7788C; }
span { border-color: rgb(183,120,140); }
td.TdClassName
{
border-color: #B7788C;
}
.TagClassName
{
border-color: #B7788C;
}
</style>