Shades of Tapestry #B77888
Tints of Tapestry #B77888
RGB
CMYK
RGB Variations
Color information
#B77888 (or 0xB77888) is known color: Tapestry. HEX triplet: B7, 78 and 88. RGB value is (183,120,136). Sum of RGB (Red+Green+Blue) = 183+120+136=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B77888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77888 is #488777. Grayscale: #8C8C8C. Windows color (decimal): -4753272 or 8943799. OLE color: 8943799.
HSL color Cylindrical-coordinate representation of color #B77888: hue angle of 344.76º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77888 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 136 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.28 |
| HSL | 344.76º | 0.3% | 0.59% | - |
| HSV(B) | 344.76º | 0.34% | 0.72% | - |
| XYZ | 30.69 | 25.28 | 26.55 | - |
| YUV | 140.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 136 | 0 | 0.34 | 0.26 | 0.28 | 344.76 | 0.3 | 0.59 |
| Hex | B7 | 78 | 88 | 0 | 22 | 1A | 1C | 159 | 1E | 3B |
| Octal | 267 | 170 | 210 | 0 | 42 | 32 | 34 | 531 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10001000 | 0 | 100010 | 11010 | 11100 | 101011001 | 11110 | 111011 |
Color Harmonies of #B77888
Complementary color
Monochromatic Colors of #B77888
Black with #B77888
Text Example
Text Example
White with #B77888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77888; }
p { color: rgb(183,120,136); }
H1.HeaderClassName
{
color: #B77888;
}
.AnyTagClassName
{
color: #B77888;
}
</style>
background-color css
<style>
a { background-color: #B77888; }
a { background-color: rgb(183,120,136); }
div.DivClassName
{
background-color: #B77888;
}
.BgClassName
{
background-color: #B77888;
}
</style>
border-color css
<style>
span { border-color: #B77888; }
span { border-color: rgb(183,120,136); }
td.TdClassName
{
border-color: #B77888;
}
.TagClassName
{
border-color: #B77888;
}
</style>