Shades of Tapestry #B77E8C
Tints of Tapestry #B77E8C
RGB
CMYK
RGB Variations
Color information
#B77E8C (or 0xB77E8C) is known color: Tapestry. HEX triplet: B7, 7E and 8C. RGB value is (183,126,140). Sum of RGB (Red+Green+Blue) = 183+126+140=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E8C is #488173. Grayscale: #909090. Windows color (decimal): -4751732 or 9207479. OLE color: 9207479.
HSL color Cylindrical-coordinate representation of color #B77E8C: hue angle of 345.26º 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 #B77E8C is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 140 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.28 |
| HSL | 345.26º | 0.28% | 0.61% | - |
| HSV(B) | 345.26º | 0.31% | 0.72% | - |
| XYZ | 31.72 | 26.88 | 28.33 | - |
| YUV | 144.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 140 | 0 | 0.31 | 0.23 | 0.28 | 345.26 | 0.28 | 0.61 |
| Hex | B7 | 7E | 8C | 0 | 1F | 17 | 1C | 159 | 1C | 3D |
| Octal | 267 | 176 | 214 | 0 | 37 | 27 | 34 | 531 | 34 | 75 |
| Binary | 10110111 | 1111110 | 10001100 | 0 | 11111 | 10111 | 11100 | 101011001 | 11100 | 111101 |
Color Harmonies of #B77E8C
Complementary color
Monochromatic Colors of #B77E8C
Black with #B77E8C
Text Example
Text Example
White with #B77E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E8C; }
p { color: rgb(183,126,140); }
H1.HeaderClassName
{
color: #B77E8C;
}
.AnyTagClassName
{
color: #B77E8C;
}
</style>
background-color css
<style>
a { background-color: #B77E8C; }
a { background-color: rgb(183,126,140); }
div.DivClassName
{
background-color: #B77E8C;
}
.BgClassName
{
background-color: #B77E8C;
}
</style>
border-color css
<style>
span { border-color: #B77E8C; }
span { border-color: rgb(183,126,140); }
td.TdClassName
{
border-color: #B77E8C;
}
.TagClassName
{
border-color: #B77E8C;
}
</style>