Shades of Tapestry #B7707C
Tints of Tapestry #B7707C
RGB
CMYK
RGB Variations
Color information
#B7707C (or 0xB7707C) is known color: Tapestry. HEX triplet: B7, 70 and 7C. RGB value is (183,112,124). Sum of RGB (Red+Green+Blue) = 183+112+124=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7707C is #488F83. Grayscale: #868686. Windows color (decimal): -4755332 or 8155319. OLE color: 8155319.
HSL color Cylindrical-coordinate representation of color #B7707C: hue angle of 349.86º 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 #B7707C is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 124 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.28 |
| HSL | 349.86º | 0.33% | 0.58% | - |
| HSV(B) | 349.86º | 0.39% | 0.72% | - |
| XYZ | 28.96 | 23.11 | 22 | - |
| YUV | 134.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 124 | 0 | 0.39 | 0.32 | 0.28 | 349.86 | 0.33 | 0.58 |
| Hex | B7 | 70 | 7C | 0 | 27 | 20 | 1C | 15E | 21 | 3A |
| Octal | 267 | 160 | 174 | 0 | 47 | 40 | 34 | 536 | 41 | 72 |
| Binary | 10110111 | 1110000 | 1111100 | 0 | 100111 | 100000 | 11100 | 101011110 | 100001 | 111010 |
Color Harmonies of #B7707C
Complementary color
Monochromatic Colors of #B7707C
Black with #B7707C
Text Example
Text Example
White with #B7707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7707C; }
p { color: rgb(183,112,124); }
H1.HeaderClassName
{
color: #B7707C;
}
.AnyTagClassName
{
color: #B7707C;
}
</style>
background-color css
<style>
a { background-color: #B7707C; }
a { background-color: rgb(183,112,124); }
div.DivClassName
{
background-color: #B7707C;
}
.BgClassName
{
background-color: #B7707C;
}
</style>
border-color css
<style>
span { border-color: #B7707C; }
span { border-color: rgb(183,112,124); }
td.TdClassName
{
border-color: #B7707C;
}
.TagClassName
{
border-color: #B7707C;
}
</style>