Shades of Tapestry #B77B8F
Tints of Tapestry #B77B8F
RGB
CMYK
RGB Variations
Color information
#B77B8F (or 0xB77B8F) is known color: Tapestry. HEX triplet: B7, 7B and 8F. RGB value is (183,123,143). Sum of RGB (Red+Green+Blue) = 183+123+143=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77B8F is #488470. Grayscale: #8F8F8F. Windows color (decimal): -4752497 or 9403319. OLE color: 9403319.
HSL color Cylindrical-coordinate representation of color #B77B8F: hue angle of 340º degrees, saturation: 0.29, 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 #B77B8F is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 143 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.28 |
| HSL | 340º | 0.29% | 0.6% | - |
| HSV(B) | 340º | 0.33% | 0.72% | - |
| XYZ | 31.57 | 26.22 | 29.38 | - |
| YUV | 143.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 143 | 0 | 0.33 | 0.22 | 0.28 | 340 | 0.29 | 0.6 |
| Hex | B7 | 7B | 8F | 0 | 21 | 16 | 1C | 154 | 1D | 3C |
| Octal | 267 | 173 | 217 | 0 | 41 | 26 | 34 | 524 | 35 | 74 |
| Binary | 10110111 | 1111011 | 10001111 | 0 | 100001 | 10110 | 11100 | 101010100 | 11101 | 111100 |
Color Harmonies of #B77B8F
Complementary color
Monochromatic Colors of #B77B8F
Black with #B77B8F
Text Example
Text Example
White with #B77B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B8F; }
p { color: rgb(183,123,143); }
H1.HeaderClassName
{
color: #B77B8F;
}
.AnyTagClassName
{
color: #B77B8F;
}
</style>
background-color css
<style>
a { background-color: #B77B8F; }
a { background-color: rgb(183,123,143); }
div.DivClassName
{
background-color: #B77B8F;
}
.BgClassName
{
background-color: #B77B8F;
}
</style>
border-color css
<style>
span { border-color: #B77B8F; }
span { border-color: rgb(183,123,143); }
td.TdClassName
{
border-color: #B77B8F;
}
.TagClassName
{
border-color: #B77B8F;
}
</style>