Shades of Tapestry #B77A8A
Tints of Tapestry #B77A8A
RGB
CMYK
RGB Variations
Color information
#B77A8A (or 0xB77A8A) is known color: Tapestry. HEX triplet: B7, 7A and 8A. RGB value is (183,122,138). Sum of RGB (Red+Green+Blue) = 183+122+138=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A8A is #488575. Grayscale: #8E8E8E. Windows color (decimal): -4752758 or 9075383. OLE color: 9075383.
HSL color Cylindrical-coordinate representation of color #B77A8A: hue angle of 344.26º 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 #B77A8A is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 138 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.28 |
| HSL | 344.26º | 0.3% | 0.6% | - |
| HSV(B) | 344.26º | 0.33% | 0.72% | - |
| XYZ | 31.08 | 25.82 | 27.39 | - |
| YUV | 142.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 138 | 0 | 0.33 | 0.25 | 0.28 | 344.26 | 0.3 | 0.6 |
| Hex | B7 | 7A | 8A | 0 | 21 | 19 | 1C | 158 | 1E | 3C |
| Octal | 267 | 172 | 212 | 0 | 41 | 31 | 34 | 530 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10001010 | 0 | 100001 | 11001 | 11100 | 101011000 | 11110 | 111100 |
Color Harmonies of #B77A8A
Complementary color
Monochromatic Colors of #B77A8A
Black with #B77A8A
Text Example
Text Example
White with #B77A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A8A; }
p { color: rgb(183,122,138); }
H1.HeaderClassName
{
color: #B77A8A;
}
.AnyTagClassName
{
color: #B77A8A;
}
</style>
background-color css
<style>
a { background-color: #B77A8A; }
a { background-color: rgb(183,122,138); }
div.DivClassName
{
background-color: #B77A8A;
}
.BgClassName
{
background-color: #B77A8A;
}
</style>
border-color css
<style>
span { border-color: #B77A8A; }
span { border-color: rgb(183,122,138); }
td.TdClassName
{
border-color: #B77A8A;
}
.TagClassName
{
border-color: #B77A8A;
}
</style>