Shades of Tapestry #B77A8F
Tints of Tapestry #B77A8F
RGB
CMYK
RGB Variations
Color information
#B77A8F (or 0xB77A8F) is known color: Tapestry. HEX triplet: B7, 7A and 8F. RGB value is (183,122,143). Sum of RGB (Red+Green+Blue) = 183+122+143=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A8F is #488570. Grayscale: #8E8E8E. Windows color (decimal): -4752753 or 9403063. OLE color: 9403063.
HSL color Cylindrical-coordinate representation of color #B77A8F: hue angle of 339.34º 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 #B77A8F is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 143 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.28 |
| HSL | 339.34º | 0.3% | 0.6% | - |
| HSV(B) | 339.34º | 0.33% | 0.72% | - |
| XYZ | 31.45 | 25.97 | 29.34 | - |
| YUV | 142.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 143 | 0 | 0.33 | 0.22 | 0.28 | 339.34 | 0.3 | 0.6 |
| Hex | B7 | 7A | 8F | 0 | 21 | 16 | 1C | 153 | 1E | 3C |
| Octal | 267 | 172 | 217 | 0 | 41 | 26 | 34 | 523 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10001111 | 0 | 100001 | 10110 | 11100 | 101010011 | 11110 | 111100 |
Color Harmonies of #B77A8F
Complementary color
Monochromatic Colors of #B77A8F
Black with #B77A8F
Text Example
Text Example
White with #B77A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A8F; }
p { color: rgb(183,122,143); }
H1.HeaderClassName
{
color: #B77A8F;
}
.AnyTagClassName
{
color: #B77A8F;
}
</style>
background-color css
<style>
a { background-color: #B77A8F; }
a { background-color: rgb(183,122,143); }
div.DivClassName
{
background-color: #B77A8F;
}
.BgClassName
{
background-color: #B77A8F;
}
</style>
border-color css
<style>
span { border-color: #B77A8F; }
span { border-color: rgb(183,122,143); }
td.TdClassName
{
border-color: #B77A8F;
}
.TagClassName
{
border-color: #B77A8F;
}
</style>