Shades of Tapestry #B7778F
Tints of Tapestry #B7778F
RGB
CMYK
RGB Variations
Color information
#B7778F (or 0xB7778F) is known color: Tapestry. HEX triplet: B7, 77 and 8F. RGB value is (183,119,143). Sum of RGB (Red+Green+Blue) = 183+119+143=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7778F is #488870. Grayscale: #8C8C8C. Windows color (decimal): -4753521 or 9402295. OLE color: 9402295.
HSL color Cylindrical-coordinate representation of color #B7778F: hue angle of 337.5º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7778F is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 143 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.28 |
| HSL | 337.5º | 0.31% | 0.59% | - |
| HSV(B) | 337.5º | 0.35% | 0.72% | - |
| XYZ | 31.08 | 25.24 | 29.22 | - |
| YUV | 140.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 143 | 0 | 0.35 | 0.22 | 0.28 | 337.5 | 0.31 | 0.59 |
| Hex | B7 | 77 | 8F | 0 | 23 | 16 | 1C | 152 | 1F | 3B |
| Octal | 267 | 167 | 217 | 0 | 43 | 26 | 34 | 522 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10001111 | 0 | 100011 | 10110 | 11100 | 101010010 | 11111 | 111011 |
Color Harmonies of #B7778F
Complementary color
Monochromatic Colors of #B7778F
Black with #B7778F
Text Example
Text Example
White with #B7778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7778F; }
p { color: rgb(183,119,143); }
H1.HeaderClassName
{
color: #B7778F;
}
.AnyTagClassName
{
color: #B7778F;
}
</style>
background-color css
<style>
a { background-color: #B7778F; }
a { background-color: rgb(183,119,143); }
div.DivClassName
{
background-color: #B7778F;
}
.BgClassName
{
background-color: #B7778F;
}
</style>
border-color css
<style>
span { border-color: #B7778F; }
span { border-color: rgb(183,119,143); }
td.TdClassName
{
border-color: #B7778F;
}
.TagClassName
{
border-color: #B7778F;
}
</style>