Shades of Tapestry #B77A8C
Tints of Tapestry #B77A8C
RGB
CMYK
RGB Variations
Color information
#B77A8C (or 0xB77A8C) is known color: Tapestry. HEX triplet: B7, 7A and 8C. RGB value is (183,122,140). Sum of RGB (Red+Green+Blue) = 183+122+140=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A8C is #488573. Grayscale: #8E8E8E. Windows color (decimal): -4752756 or 9206455. OLE color: 9206455.
HSL color Cylindrical-coordinate representation of color #B77A8C: hue angle of 342.3º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77A8C is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 140 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.28 |
| HSL | 342.3º | 0.3% | 0.6% | - |
| HSV(B) | 342.3º | 0.33% | 0.72% | - |
| XYZ | 31.22 | 25.88 | 28.16 | - |
| YUV | 142.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 140 | 0 | 0.33 | 0.23 | 0.28 | 342.3 | 0.3 | 0.6 |
| Hex | B7 | 7A | 8C | 0 | 21 | 17 | 1C | 156 | 1E | 3C |
| Octal | 267 | 172 | 214 | 0 | 41 | 27 | 34 | 526 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10001100 | 0 | 100001 | 10111 | 11100 | 101010110 | 11110 | 111100 |
Color Harmonies of #B77A8C
Complementary color
Monochromatic Colors of #B77A8C
Black with #B77A8C
Text Example
Text Example
White with #B77A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A8C; }
p { color: rgb(183,122,140); }
H1.HeaderClassName
{
color: #B77A8C;
}
.AnyTagClassName
{
color: #B77A8C;
}
</style>
background-color css
<style>
a { background-color: #B77A8C; }
a { background-color: rgb(183,122,140); }
div.DivClassName
{
background-color: #B77A8C;
}
.BgClassName
{
background-color: #B77A8C;
}
</style>
border-color css
<style>
span { border-color: #B77A8C; }
span { border-color: rgb(183,122,140); }
td.TdClassName
{
border-color: #B77A8C;
}
.TagClassName
{
border-color: #B77A8C;
}
</style>