Shades of Tapestry #B77C8C
Tints of Tapestry #B77C8C
RGB
CMYK
RGB Variations
Color information
#B77C8C (or 0xB77C8C) is known color: Tapestry. HEX triplet: B7, 7C and 8C. RGB value is (183,124,140). Sum of RGB (Red+Green+Blue) = 183+124+140=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C8C is #488373. Grayscale: #8F8F8F. Windows color (decimal): -4752244 or 9206967. OLE color: 9206967.
HSL color Cylindrical-coordinate representation of color #B77C8C: hue angle of 343.73º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77C8C is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 140 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.28 |
| HSL | 343.73º | 0.29% | 0.6% | - |
| HSV(B) | 343.73º | 0.32% | 0.72% | - |
| XYZ | 31.47 | 26.38 | 28.24 | - |
| YUV | 143.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 140 | 0 | 0.32 | 0.23 | 0.28 | 343.73 | 0.29 | 0.6 |
| Hex | B7 | 7C | 8C | 0 | 20 | 17 | 1C | 158 | 1D | 3C |
| Octal | 267 | 174 | 214 | 0 | 40 | 27 | 34 | 530 | 35 | 74 |
| Binary | 10110111 | 1111100 | 10001100 | 0 | 100000 | 10111 | 11100 | 101011000 | 11101 | 111100 |
Color Harmonies of #B77C8C
Complementary color
Monochromatic Colors of #B77C8C
Black with #B77C8C
Text Example
Text Example
White with #B77C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C8C; }
p { color: rgb(183,124,140); }
H1.HeaderClassName
{
color: #B77C8C;
}
.AnyTagClassName
{
color: #B77C8C;
}
</style>
background-color css
<style>
a { background-color: #B77C8C; }
a { background-color: rgb(183,124,140); }
div.DivClassName
{
background-color: #B77C8C;
}
.BgClassName
{
background-color: #B77C8C;
}
</style>
border-color css
<style>
span { border-color: #B77C8C; }
span { border-color: rgb(183,124,140); }
td.TdClassName
{
border-color: #B77C8C;
}
.TagClassName
{
border-color: #B77C8C;
}
</style>