Shades of Tapestry #B77884
Tints of Tapestry #B77884
RGB
CMYK
RGB Variations
Color information
#B77884 (or 0xB77884) is known color: Tapestry. HEX triplet: B7, 78 and 84. RGB value is (183,120,132). Sum of RGB (Red+Green+Blue) = 183+120+132=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B77884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77884 is #48877B. Grayscale: #8C8C8C. Windows color (decimal): -4753276 or 8681655. OLE color: 8681655.
HSL color Cylindrical-coordinate representation of color #B77884: hue angle of 348.57º 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 #B77884 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 132 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.28 |
| HSL | 348.57º | 0.3% | 0.59% | - |
| HSV(B) | 348.57º | 0.34% | 0.72% | - |
| XYZ | 30.41 | 25.17 | 25.08 | - |
| YUV | 140.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 132 | 0 | 0.34 | 0.28 | 0.28 | 348.57 | 0.3 | 0.59 |
| Hex | B7 | 78 | 84 | 0 | 22 | 1C | 1C | 15D | 1E | 3B |
| Octal | 267 | 170 | 204 | 0 | 42 | 34 | 34 | 535 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10000100 | 0 | 100010 | 11100 | 11100 | 101011101 | 11110 | 111011 |
Color Harmonies of #B77884
Complementary color
Monochromatic Colors of #B77884
Black with #B77884
Text Example
Text Example
White with #B77884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77884; }
p { color: rgb(183,120,132); }
H1.HeaderClassName
{
color: #B77884;
}
.AnyTagClassName
{
color: #B77884;
}
</style>
background-color css
<style>
a { background-color: #B77884; }
a { background-color: rgb(183,120,132); }
div.DivClassName
{
background-color: #B77884;
}
.BgClassName
{
background-color: #B77884;
}
</style>
border-color css
<style>
span { border-color: #B77884; }
span { border-color: rgb(183,120,132); }
td.TdClassName
{
border-color: #B77884;
}
.TagClassName
{
border-color: #B77884;
}
</style>