Shades of Tapestry #B77E8B
Tints of Tapestry #B77E8B
RGB
CMYK
RGB Variations
Color information
#B77E8B (or 0xB77E8B) is known color: Tapestry. HEX triplet: B7, 7E and 8B. RGB value is (183,126,139). Sum of RGB (Red+Green+Blue) = 183+126+139=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E8B is #488174. Grayscale: #909090. Windows color (decimal): -4751733 or 9141943. OLE color: 9141943.
HSL color Cylindrical-coordinate representation of color #B77E8B: hue angle of 346.32º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77E8B is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 139 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.28 |
| HSL | 346.32º | 0.28% | 0.61% | - |
| HSV(B) | 346.32º | 0.31% | 0.72% | - |
| XYZ | 31.65 | 26.85 | 27.94 | - |
| YUV | 144.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 139 | 0 | 0.31 | 0.24 | 0.28 | 346.32 | 0.28 | 0.61 |
| Hex | B7 | 7E | 8B | 0 | 1F | 18 | 1C | 15A | 1C | 3D |
| Octal | 267 | 176 | 213 | 0 | 37 | 30 | 34 | 532 | 34 | 75 |
| Binary | 10110111 | 1111110 | 10001011 | 0 | 11111 | 11000 | 11100 | 101011010 | 11100 | 111101 |
Color Harmonies of #B77E8B
Complementary color
Monochromatic Colors of #B77E8B
Black with #B77E8B
Text Example
Text Example
White with #B77E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E8B; }
p { color: rgb(183,126,139); }
H1.HeaderClassName
{
color: #B77E8B;
}
.AnyTagClassName
{
color: #B77E8B;
}
</style>
background-color css
<style>
a { background-color: #B77E8B; }
a { background-color: rgb(183,126,139); }
div.DivClassName
{
background-color: #B77E8B;
}
.BgClassName
{
background-color: #B77E8B;
}
</style>
border-color css
<style>
span { border-color: #B77E8B; }
span { border-color: rgb(183,126,139); }
td.TdClassName
{
border-color: #B77E8B;
}
.TagClassName
{
border-color: #B77E8B;
}
</style>