Shades of Tapestry #B7768E
Tints of Tapestry #B7768E
RGB
CMYK
RGB Variations
Color information
#B7768E (or 0xB7768E) is known color: Tapestry. HEX triplet: B7, 76 and 8E. RGB value is (183,118,142). Sum of RGB (Red+Green+Blue) = 183+118+142=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768E is #488971. Grayscale: #8C8C8C. Windows color (decimal): -4753778 or 9336503. OLE color: 9336503.
HSL color Cylindrical-coordinate representation of color #B7768E: hue angle of 337.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7768E is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 142 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.28 |
| HSL | 337.85º | 0.31% | 0.59% | - |
| HSV(B) | 337.85º | 0.36% | 0.72% | - |
| XYZ | 30.89 | 24.98 | 28.78 | - |
| YUV | 140.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 142 | 0 | 0.36 | 0.22 | 0.28 | 337.85 | 0.31 | 0.59 |
| Hex | B7 | 76 | 8E | 0 | 24 | 16 | 1C | 152 | 1F | 3B |
| Octal | 267 | 166 | 216 | 0 | 44 | 26 | 34 | 522 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10001110 | 0 | 100100 | 10110 | 11100 | 101010010 | 11111 | 111011 |
Color Harmonies of #B7768E
Complementary color
Monochromatic Colors of #B7768E
Black with #B7768E
Text Example
Text Example
White with #B7768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7768E; }
p { color: rgb(183,118,142); }
H1.HeaderClassName
{
color: #B7768E;
}
.AnyTagClassName
{
color: #B7768E;
}
</style>
background-color css
<style>
a { background-color: #B7768E; }
a { background-color: rgb(183,118,142); }
div.DivClassName
{
background-color: #B7768E;
}
.BgClassName
{
background-color: #B7768E;
}
</style>
border-color css
<style>
span { border-color: #B7768E; }
span { border-color: rgb(183,118,142); }
td.TdClassName
{
border-color: #B7768E;
}
.TagClassName
{
border-color: #B7768E;
}
</style>