Shades of Tapestry #B7767D
Tints of Tapestry #B7767D
RGB
CMYK
RGB Variations
Color information
#B7767D (or 0xB7767D) is known color: Tapestry. HEX triplet: B7, 76 and 7D. RGB value is (183,118,125). Sum of RGB (Red+Green+Blue) = 183+118+125=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7767D is #488982. Grayscale: #8A8A8A. Windows color (decimal): -4753795 or 8222391. OLE color: 8222391.
HSL color Cylindrical-coordinate representation of color #B7767D: hue angle of 353.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7767D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 125 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.28 |
| HSL | 353.54º | 0.31% | 0.59% | - |
| HSV(B) | 353.54º | 0.36% | 0.72% | - |
| XYZ | 29.71 | 24.5 | 22.57 | - |
| YUV | 138.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 125 | 0 | 0.36 | 0.32 | 0.28 | 353.54 | 0.31 | 0.59 |
| Hex | B7 | 76 | 7D | 0 | 24 | 20 | 1C | 162 | 1F | 3B |
| Octal | 267 | 166 | 175 | 0 | 44 | 40 | 34 | 542 | 37 | 73 |
| Binary | 10110111 | 1110110 | 1111101 | 0 | 100100 | 100000 | 11100 | 101100010 | 11111 | 111011 |
Color Harmonies of #B7767D
Complementary color
Monochromatic Colors of #B7767D
Black with #B7767D
Text Example
Text Example
White with #B7767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7767D; }
p { color: rgb(183,118,125); }
H1.HeaderClassName
{
color: #B7767D;
}
.AnyTagClassName
{
color: #B7767D;
}
</style>
background-color css
<style>
a { background-color: #B7767D; }
a { background-color: rgb(183,118,125); }
div.DivClassName
{
background-color: #B7767D;
}
.BgClassName
{
background-color: #B7767D;
}
</style>
border-color css
<style>
span { border-color: #B7767D; }
span { border-color: rgb(183,118,125); }
td.TdClassName
{
border-color: #B7767D;
}
.TagClassName
{
border-color: #B7767D;
}
</style>