Shades of Tapestry #B77A8B
Tints of Tapestry #B77A8B
RGB
CMYK
RGB Variations
Color information
#B77A8B (or 0xB77A8B) is known color: Tapestry. HEX triplet: B7, 7A and 8B. RGB value is (183,122,139). Sum of RGB (Red+Green+Blue) = 183+122+139=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A8B is #488574. Grayscale: #8E8E8E. Windows color (decimal): -4752757 or 9140919. OLE color: 9140919.
HSL color Cylindrical-coordinate representation of color #B77A8B: hue angle of 343.28º 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 #B77A8B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 139 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.28 |
| HSL | 343.28º | 0.3% | 0.6% | - |
| HSV(B) | 343.28º | 0.33% | 0.72% | - |
| XYZ | 31.15 | 25.85 | 27.77 | - |
| YUV | 142.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 139 | 0 | 0.33 | 0.24 | 0.28 | 343.28 | 0.3 | 0.6 |
| Hex | B7 | 7A | 8B | 0 | 21 | 18 | 1C | 157 | 1E | 3C |
| Octal | 267 | 172 | 213 | 0 | 41 | 30 | 34 | 527 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10001011 | 0 | 100001 | 11000 | 11100 | 101010111 | 11110 | 111100 |
Color Harmonies of #B77A8B
Complementary color
Monochromatic Colors of #B77A8B
Black with #B77A8B
Text Example
Text Example
White with #B77A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A8B; }
p { color: rgb(183,122,139); }
H1.HeaderClassName
{
color: #B77A8B;
}
.AnyTagClassName
{
color: #B77A8B;
}
</style>
background-color css
<style>
a { background-color: #B77A8B; }
a { background-color: rgb(183,122,139); }
div.DivClassName
{
background-color: #B77A8B;
}
.BgClassName
{
background-color: #B77A8B;
}
</style>
border-color css
<style>
span { border-color: #B77A8B; }
span { border-color: rgb(183,122,139); }
td.TdClassName
{
border-color: #B77A8B;
}
.TagClassName
{
border-color: #B77A8B;
}
</style>