Shades of Tapestry #B77690
Tints of Tapestry #B77690
RGB
CMYK
RGB Variations
Color information
#B77690 (or 0xB77690) is known color: Tapestry. HEX triplet: B7, 76 and 90. RGB value is (183,118,144). Sum of RGB (Red+Green+Blue) = 183+118+144=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B77690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77690 is #48896F. Grayscale: #8C8C8C. Windows color (decimal): -4753776 or 9467575. OLE color: 9467575.
HSL color Cylindrical-coordinate representation of color #B77690: hue angle of 336º 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 #B77690 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 144 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.28 |
| HSL | 336º | 0.31% | 0.59% | - |
| HSV(B) | 336º | 0.36% | 0.72% | - |
| XYZ | 31.04 | 25.04 | 29.58 | - |
| YUV | 140.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 144 | 0 | 0.36 | 0.21 | 0.28 | 336 | 0.31 | 0.59 |
| Hex | B7 | 76 | 90 | 0 | 24 | 15 | 1C | 150 | 1F | 3B |
| Octal | 267 | 166 | 220 | 0 | 44 | 25 | 34 | 520 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10010000 | 0 | 100100 | 10101 | 11100 | 101010000 | 11111 | 111011 |
Color Harmonies of #B77690
Complementary color
Monochromatic Colors of #B77690
Black with #B77690
Text Example
Text Example
White with #B77690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77690; }
p { color: rgb(183,118,144); }
H1.HeaderClassName
{
color: #B77690;
}
.AnyTagClassName
{
color: #B77690;
}
</style>
background-color css
<style>
a { background-color: #B77690; }
a { background-color: rgb(183,118,144); }
div.DivClassName
{
background-color: #B77690;
}
.BgClassName
{
background-color: #B77690;
}
</style>
border-color css
<style>
span { border-color: #B77690; }
span { border-color: rgb(183,118,144); }
td.TdClassName
{
border-color: #B77690;
}
.TagClassName
{
border-color: #B77690;
}
</style>