Shades of Tapestry #B77694
Tints of Tapestry #B77694
RGB
CMYK
RGB Variations
Color information
#B77694 (or 0xB77694) is known color: Tapestry. HEX triplet: B7, 76 and 94. RGB value is (183,118,148). Sum of RGB (Red+Green+Blue) = 183+118+148=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B77694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77694 is #48896B. Grayscale: #8C8C8C. Windows color (decimal): -4753772 or 9729719. OLE color: 9729719.
HSL color Cylindrical-coordinate representation of color #B77694: hue angle of 332.31º 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 #B77694 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 148 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.28 |
| HSL | 332.31º | 0.31% | 0.59% | - |
| HSV(B) | 332.31º | 0.36% | 0.72% | - |
| XYZ | 31.35 | 25.16 | 31.22 | - |
| YUV | 140.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 148 | 0 | 0.36 | 0.19 | 0.28 | 332.31 | 0.31 | 0.59 |
| Hex | B7 | 76 | 94 | 0 | 24 | 13 | 1C | 14C | 1F | 3B |
| Octal | 267 | 166 | 224 | 0 | 44 | 23 | 34 | 514 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10010100 | 0 | 100100 | 10011 | 11100 | 101001100 | 11111 | 111011 |
Color Harmonies of #B77694
Complementary color
Monochromatic Colors of #B77694
Black with #B77694
Text Example
Text Example
White with #B77694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77694; }
p { color: rgb(183,118,148); }
H1.HeaderClassName
{
color: #B77694;
}
.AnyTagClassName
{
color: #B77694;
}
</style>
background-color css
<style>
a { background-color: #B77694; }
a { background-color: rgb(183,118,148); }
div.DivClassName
{
background-color: #B77694;
}
.BgClassName
{
background-color: #B77694;
}
</style>
border-color css
<style>
span { border-color: #B77694; }
span { border-color: rgb(183,118,148); }
td.TdClassName
{
border-color: #B77694;
}
.TagClassName
{
border-color: #B77694;
}
</style>