Shades of Tapestry #B76788
Tints of Tapestry #B76788
RGB
CMYK
RGB Variations
Color information
#B76788 (or 0xB76788) is known color: Tapestry. HEX triplet: B7, 67 and 88. RGB value is (183,103,136). Sum of RGB (Red+Green+Blue) = 183+103+136=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B76788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76788 is #489877. Grayscale: #828282. Windows color (decimal): -4757624 or 8939447. OLE color: 8939447.
HSL color Cylindrical-coordinate representation of color #B76788: hue angle of 335.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76788 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 136 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.28 |
| HSL | 335.25º | 0.36% | 0.56% | - |
| HSV(B) | 335.25º | 0.44% | 0.72% | - |
| XYZ | 28.82 | 21.55 | 25.93 | - |
| YUV | 130.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 136 | 0 | 0.44 | 0.26 | 0.28 | 335.25 | 0.36 | 0.56 |
| Hex | B7 | 67 | 88 | 0 | 2C | 1A | 1C | 14F | 24 | 38 |
| Octal | 267 | 147 | 210 | 0 | 54 | 32 | 34 | 517 | 44 | 70 |
| Binary | 10110111 | 1100111 | 10001000 | 0 | 101100 | 11010 | 11100 | 101001111 | 100100 | 111000 |
Color Harmonies of #B76788
Complementary color
Monochromatic Colors of #B76788
Black with #B76788
Text Example
Text Example
White with #B76788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76788; }
p { color: rgb(183,103,136); }
H1.HeaderClassName
{
color: #B76788;
}
.AnyTagClassName
{
color: #B76788;
}
</style>
background-color css
<style>
a { background-color: #B76788; }
a { background-color: rgb(183,103,136); }
div.DivClassName
{
background-color: #B76788;
}
.BgClassName
{
background-color: #B76788;
}
</style>
border-color css
<style>
span { border-color: #B76788; }
span { border-color: rgb(183,103,136); }
td.TdClassName
{
border-color: #B76788;
}
.TagClassName
{
border-color: #B76788;
}
</style>