Shades of Tapestry #B7707E
Tints of Tapestry #B7707E
RGB
CMYK
RGB Variations
Color information
#B7707E (or 0xB7707E) is known color: Tapestry. HEX triplet: B7, 70 and 7E. RGB value is (183,112,126). Sum of RGB (Red+Green+Blue) = 183+112+126=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7707E is #488F81. Grayscale: #868686. Windows color (decimal): -4755330 or 8286391. OLE color: 8286391.
HSL color Cylindrical-coordinate representation of color #B7707E: hue angle of 348.17º 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 #B7707E is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 126 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.28 |
| HSL | 348.17º | 0.33% | 0.58% | - |
| HSV(B) | 348.17º | 0.39% | 0.72% | - |
| XYZ | 29.09 | 23.16 | 22.68 | - |
| YUV | 134.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 126 | 0 | 0.39 | 0.31 | 0.28 | 348.17 | 0.33 | 0.58 |
| Hex | B7 | 70 | 7E | 0 | 27 | 1F | 1C | 15C | 21 | 3A |
| Octal | 267 | 160 | 176 | 0 | 47 | 37 | 34 | 534 | 41 | 72 |
| Binary | 10110111 | 1110000 | 1111110 | 0 | 100111 | 11111 | 11100 | 101011100 | 100001 | 111010 |
Color Harmonies of #B7707E
Complementary color
Monochromatic Colors of #B7707E
Black with #B7707E
Text Example
Text Example
White with #B7707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7707E; }
p { color: rgb(183,112,126); }
H1.HeaderClassName
{
color: #B7707E;
}
.AnyTagClassName
{
color: #B7707E;
}
</style>
background-color css
<style>
a { background-color: #B7707E; }
a { background-color: rgb(183,112,126); }
div.DivClassName
{
background-color: #B7707E;
}
.BgClassName
{
background-color: #B7707E;
}
</style>
border-color css
<style>
span { border-color: #B7707E; }
span { border-color: rgb(183,112,126); }
td.TdClassName
{
border-color: #B7707E;
}
.TagClassName
{
border-color: #B7707E;
}
</style>