Shades of Tapestry #B7768C
Tints of Tapestry #B7768C
RGB
CMYK
RGB Variations
Color information
#B7768C (or 0xB7768C) is known color: Tapestry. HEX triplet: B7, 76 and 8C. RGB value is (183,118,140). Sum of RGB (Red+Green+Blue) = 183+118+140=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768C is #488973. Grayscale: #8B8B8B. Windows color (decimal): -4753780 or 9205431. OLE color: 9205431.
HSL color Cylindrical-coordinate representation of color #B7768C: hue angle of 339.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7768C is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 140 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.28 |
| HSL | 339.69º | 0.31% | 0.59% | - |
| HSV(B) | 339.69º | 0.36% | 0.72% | - |
| XYZ | 30.74 | 24.92 | 28 | - |
| YUV | 139.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 140 | 0 | 0.36 | 0.23 | 0.28 | 339.69 | 0.31 | 0.59 |
| Hex | B7 | 76 | 8C | 0 | 24 | 17 | 1C | 154 | 1F | 3B |
| Octal | 267 | 166 | 214 | 0 | 44 | 27 | 34 | 524 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10001100 | 0 | 100100 | 10111 | 11100 | 101010100 | 11111 | 111011 |
Color Harmonies of #B7768C
Complementary color
Monochromatic Colors of #B7768C
Black with #B7768C
Text Example
Text Example
White with #B7768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7768C; }
p { color: rgb(183,118,140); }
H1.HeaderClassName
{
color: #B7768C;
}
.AnyTagClassName
{
color: #B7768C;
}
</style>
background-color css
<style>
a { background-color: #B7768C; }
a { background-color: rgb(183,118,140); }
div.DivClassName
{
background-color: #B7768C;
}
.BgClassName
{
background-color: #B7768C;
}
</style>
border-color css
<style>
span { border-color: #B7768C; }
span { border-color: rgb(183,118,140); }
td.TdClassName
{
border-color: #B7768C;
}
.TagClassName
{
border-color: #B7768C;
}
</style>