Shades of Tapestry #B7707B
Tints of Tapestry #B7707B
RGB
CMYK
RGB Variations
Color information
#B7707B (or 0xB7707B) is known color: Tapestry. HEX triplet: B7, 70 and 7B. RGB value is (183,112,123). Sum of RGB (Red+Green+Blue) = 183+112+123=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7707B is #488F84. Grayscale: #868686. Windows color (decimal): -4755333 or 8089783. OLE color: 8089783.
HSL color Cylindrical-coordinate representation of color #B7707B: hue angle of 350.7º 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 #B7707B is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 123 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.28 |
| HSL | 350.7º | 0.33% | 0.58% | - |
| HSV(B) | 350.7º | 0.39% | 0.72% | - |
| XYZ | 28.9 | 23.09 | 21.67 | - |
| YUV | 134.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 123 | 0 | 0.39 | 0.33 | 0.28 | 350.7 | 0.33 | 0.58 |
| Hex | B7 | 70 | 7B | 0 | 27 | 21 | 1C | 15F | 21 | 3A |
| Octal | 267 | 160 | 173 | 0 | 47 | 41 | 34 | 537 | 41 | 72 |
| Binary | 10110111 | 1110000 | 1111011 | 0 | 100111 | 100001 | 11100 | 101011111 | 100001 | 111010 |
Color Harmonies of #B7707B
Complementary color
Monochromatic Colors of #B7707B
Black with #B7707B
Text Example
Text Example
White with #B7707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7707B; }
p { color: rgb(183,112,123); }
H1.HeaderClassName
{
color: #B7707B;
}
.AnyTagClassName
{
color: #B7707B;
}
</style>
background-color css
<style>
a { background-color: #B7707B; }
a { background-color: rgb(183,112,123); }
div.DivClassName
{
background-color: #B7707B;
}
.BgClassName
{
background-color: #B7707B;
}
</style>
border-color css
<style>
span { border-color: #B7707B; }
span { border-color: rgb(183,112,123); }
td.TdClassName
{
border-color: #B7707B;
}
.TagClassName
{
border-color: #B7707B;
}
</style>