Shades of Tapestry #B7727B
Tints of Tapestry #B7727B
RGB
CMYK
RGB Variations
Color information
#B7727B (or 0xB7727B) is known color: Tapestry. HEX triplet: B7, 72 and 7B. RGB value is (183,114,123). Sum of RGB (Red+Green+Blue) = 183+114+123=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7727B is #488D84. Grayscale: #878787. Windows color (decimal): -4754821 or 8090295. OLE color: 8090295.
HSL color Cylindrical-coordinate representation of color #B7727B: hue angle of 352.17º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7727B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 123 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.28 |
| HSL | 352.17º | 0.32% | 0.58% | - |
| HSV(B) | 352.17º | 0.38% | 0.72% | - |
| XYZ | 29.12 | 23.53 | 21.75 | - |
| YUV | 135.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 123 | 0 | 0.38 | 0.33 | 0.28 | 352.17 | 0.32 | 0.58 |
| Hex | B7 | 72 | 7B | 0 | 26 | 21 | 1C | 160 | 20 | 3A |
| Octal | 267 | 162 | 173 | 0 | 46 | 41 | 34 | 540 | 40 | 72 |
| Binary | 10110111 | 1110010 | 1111011 | 0 | 100110 | 100001 | 11100 | 101100000 | 100000 | 111010 |
Color Harmonies of #B7727B
Complementary color
Monochromatic Colors of #B7727B
Black with #B7727B
Text Example
Text Example
White with #B7727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7727B; }
p { color: rgb(183,114,123); }
H1.HeaderClassName
{
color: #B7727B;
}
.AnyTagClassName
{
color: #B7727B;
}
</style>
background-color css
<style>
a { background-color: #B7727B; }
a { background-color: rgb(183,114,123); }
div.DivClassName
{
background-color: #B7727B;
}
.BgClassName
{
background-color: #B7727B;
}
</style>
border-color css
<style>
span { border-color: #B7727B; }
span { border-color: rgb(183,114,123); }
td.TdClassName
{
border-color: #B7727B;
}
.TagClassName
{
border-color: #B7727B;
}
</style>