Shades of Tapestry #B7767C
Tints of Tapestry #B7767C
RGB
CMYK
RGB Variations
Color information
#B7767C (or 0xB7767C) is known color: Tapestry. HEX triplet: B7, 76 and 7C. RGB value is (183,118,124). Sum of RGB (Red+Green+Blue) = 183+118+124=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7767C is #488983. Grayscale: #8A8A8A. Windows color (decimal): -4753796 or 8156855. OLE color: 8156855.
HSL color Cylindrical-coordinate representation of color #B7767C: hue angle of 354.46º 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 #B7767C is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 124 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.28 |
| HSL | 354.46º | 0.31% | 0.59% | - |
| HSV(B) | 354.46º | 0.36% | 0.72% | - |
| XYZ | 29.64 | 24.48 | 22.23 | - |
| YUV | 138.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 124 | 0 | 0.36 | 0.32 | 0.28 | 354.46 | 0.31 | 0.59 |
| Hex | B7 | 76 | 7C | 0 | 24 | 20 | 1C | 162 | 1F | 3B |
| Octal | 267 | 166 | 174 | 0 | 44 | 40 | 34 | 542 | 37 | 73 |
| Binary | 10110111 | 1110110 | 1111100 | 0 | 100100 | 100000 | 11100 | 101100010 | 11111 | 111011 |
Color Harmonies of #B7767C
Complementary color
Monochromatic Colors of #B7767C
Black with #B7767C
Text Example
Text Example
White with #B7767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7767C; }
p { color: rgb(183,118,124); }
H1.HeaderClassName
{
color: #B7767C;
}
.AnyTagClassName
{
color: #B7767C;
}
</style>
background-color css
<style>
a { background-color: #B7767C; }
a { background-color: rgb(183,118,124); }
div.DivClassName
{
background-color: #B7767C;
}
.BgClassName
{
background-color: #B7767C;
}
</style>
border-color css
<style>
span { border-color: #B7767C; }
span { border-color: rgb(183,118,124); }
td.TdClassName
{
border-color: #B7767C;
}
.TagClassName
{
border-color: #B7767C;
}
</style>