Shades of Tapestry #B7768B
Tints of Tapestry #B7768B
RGB
CMYK
RGB Variations
Color information
#B7768B (or 0xB7768B) is known color: Tapestry. HEX triplet: B7, 76 and 8B. RGB value is (183,118,139). Sum of RGB (Red+Green+Blue) = 183+118+139=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768B is #488974. Grayscale: #8B8B8B. Windows color (decimal): -4753781 or 9139895. OLE color: 9139895.
HSL color Cylindrical-coordinate representation of color #B7768B: hue angle of 340.62º 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 #B7768B is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 139 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.28 |
| HSL | 340.62º | 0.31% | 0.59% | - |
| HSV(B) | 340.62º | 0.36% | 0.72% | - |
| XYZ | 30.67 | 24.89 | 27.61 | - |
| YUV | 139.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 139 | 0 | 0.36 | 0.24 | 0.28 | 340.62 | 0.31 | 0.59 |
| Hex | B7 | 76 | 8B | 0 | 24 | 18 | 1C | 155 | 1F | 3B |
| Octal | 267 | 166 | 213 | 0 | 44 | 30 | 34 | 525 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10001011 | 0 | 100100 | 11000 | 11100 | 101010101 | 11111 | 111011 |
Color Harmonies of #B7768B
Complementary color
Monochromatic Colors of #B7768B
Black with #B7768B
Text Example
Text Example
White with #B7768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7768B; }
p { color: rgb(183,118,139); }
H1.HeaderClassName
{
color: #B7768B;
}
.AnyTagClassName
{
color: #B7768B;
}
</style>
background-color css
<style>
a { background-color: #B7768B; }
a { background-color: rgb(183,118,139); }
div.DivClassName
{
background-color: #B7768B;
}
.BgClassName
{
background-color: #B7768B;
}
</style>
border-color css
<style>
span { border-color: #B7768B; }
span { border-color: rgb(183,118,139); }
td.TdClassName
{
border-color: #B7768B;
}
.TagClassName
{
border-color: #B7768B;
}
</style>