Shades of Tapestry #B77794
Tints of Tapestry #B77794
RGB
CMYK
RGB Variations
Color information
#B77794 (or 0xB77794) is known color: Tapestry. HEX triplet: B7, 77 and 94. RGB value is (183,119,148). Sum of RGB (Red+Green+Blue) = 183+119+148=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B77794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77794 is #48886B. Grayscale: #8D8D8D. Windows color (decimal): -4753516 or 9729975. OLE color: 9729975.
HSL color Cylindrical-coordinate representation of color #B77794: hue angle of 332.81º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B77794 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 148 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.28 |
| HSL | 332.81º | 0.31% | 0.59% | - |
| HSV(B) | 332.81º | 0.35% | 0.72% | - |
| XYZ | 31.47 | 25.4 | 31.26 | - |
| YUV | 141.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 148 | 0 | 0.35 | 0.19 | 0.28 | 332.81 | 0.31 | 0.59 |
| Hex | B7 | 77 | 94 | 0 | 23 | 13 | 1C | 14D | 1F | 3B |
| Octal | 267 | 167 | 224 | 0 | 43 | 23 | 34 | 515 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10010100 | 0 | 100011 | 10011 | 11100 | 101001101 | 11111 | 111011 |
Color Harmonies of #B77794
Complementary color
Monochromatic Colors of #B77794
Black with #B77794
Text Example
Text Example
White with #B77794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77794; }
p { color: rgb(183,119,148); }
H1.HeaderClassName
{
color: #B77794;
}
.AnyTagClassName
{
color: #B77794;
}
</style>
background-color css
<style>
a { background-color: #B77794; }
a { background-color: rgb(183,119,148); }
div.DivClassName
{
background-color: #B77794;
}
.BgClassName
{
background-color: #B77794;
}
</style>
border-color css
<style>
span { border-color: #B77794; }
span { border-color: rgb(183,119,148); }
td.TdClassName
{
border-color: #B77794;
}
.TagClassName
{
border-color: #B77794;
}
</style>