Shades of Tapestry #B7768A
Tints of Tapestry #B7768A
RGB
CMYK
RGB Variations
Color information
#B7768A (or 0xB7768A) is known color: Tapestry. HEX triplet: B7, 76 and 8A. RGB value is (183,118,138). Sum of RGB (Red+Green+Blue) = 183+118+138=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768A is #488975. Grayscale: #8B8B8B. Windows color (decimal): -4753782 or 9074359. OLE color: 9074359.
HSL color Cylindrical-coordinate representation of color #B7768A: hue angle of 341.54º 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 #B7768A is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 138 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.28 |
| HSL | 341.54º | 0.31% | 0.59% | - |
| HSV(B) | 341.54º | 0.36% | 0.72% | - |
| XYZ | 30.59 | 24.86 | 27.23 | - |
| YUV | 139.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 138 | 0 | 0.36 | 0.25 | 0.28 | 341.54 | 0.31 | 0.59 |
| Hex | B7 | 76 | 8A | 0 | 24 | 19 | 1C | 156 | 1F | 3B |
| Octal | 267 | 166 | 212 | 0 | 44 | 31 | 34 | 526 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10001010 | 0 | 100100 | 11001 | 11100 | 101010110 | 11111 | 111011 |
Color Harmonies of #B7768A
Complementary color
Monochromatic Colors of #B7768A
Black with #B7768A
Text Example
Text Example
White with #B7768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7768A; }
p { color: rgb(183,118,138); }
H1.HeaderClassName
{
color: #B7768A;
}
.AnyTagClassName
{
color: #B7768A;
}
</style>
background-color css
<style>
a { background-color: #B7768A; }
a { background-color: rgb(183,118,138); }
div.DivClassName
{
background-color: #B7768A;
}
.BgClassName
{
background-color: #B7768A;
}
</style>
border-color css
<style>
span { border-color: #B7768A; }
span { border-color: rgb(183,118,138); }
td.TdClassName
{
border-color: #B7768A;
}
.TagClassName
{
border-color: #B7768A;
}
</style>