Shades of Tapestry #B7707A
Tints of Tapestry #B7707A
RGB
CMYK
RGB Variations
Color information
#B7707A (or 0xB7707A) is known color: Tapestry. HEX triplet: B7, 70 and 7A. RGB value is (183,112,122). Sum of RGB (Red+Green+Blue) = 183+112+122=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7707A is #488F85. Grayscale: #868686. Windows color (decimal): -4755334 or 8024247. OLE color: 8024247.
HSL color Cylindrical-coordinate representation of color #B7707A: hue angle of 351.55º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7707A is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 122 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.28 |
| HSL | 351.55º | 0.33% | 0.58% | - |
| HSV(B) | 351.55º | 0.39% | 0.72% | - |
| XYZ | 28.84 | 23.06 | 21.34 | - |
| YUV | 134.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 122 | 0 | 0.39 | 0.33 | 0.28 | 351.55 | 0.33 | 0.58 |
| Hex | B7 | 70 | 7A | 0 | 27 | 21 | 1C | 160 | 21 | 3A |
| Octal | 267 | 160 | 172 | 0 | 47 | 41 | 34 | 540 | 41 | 72 |
| Binary | 10110111 | 1110000 | 1111010 | 0 | 100111 | 100001 | 11100 | 101100000 | 100001 | 111010 |
Color Harmonies of #B7707A
Complementary color
Monochromatic Colors of #B7707A
Black with #B7707A
Text Example
Text Example
White with #B7707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7707A; }
p { color: rgb(183,112,122); }
H1.HeaderClassName
{
color: #B7707A;
}
.AnyTagClassName
{
color: #B7707A;
}
</style>
background-color css
<style>
a { background-color: #B7707A; }
a { background-color: rgb(183,112,122); }
div.DivClassName
{
background-color: #B7707A;
}
.BgClassName
{
background-color: #B7707A;
}
</style>
border-color css
<style>
span { border-color: #B7707A; }
span { border-color: rgb(183,112,122); }
td.TdClassName
{
border-color: #B7707A;
}
.TagClassName
{
border-color: #B7707A;
}
</style>