Shades of Tapestry #B76678
Tints of Tapestry #B76678
RGB
CMYK
RGB Variations
Color information
#B76678 (or 0xB76678) is known color: Tapestry. HEX triplet: B7, 66 and 78. RGB value is (183,102,120). Sum of RGB (Red+Green+Blue) = 183+102+120=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B76678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76678 is #489987. Grayscale: #808080. Windows color (decimal): -4757896 or 7890615. OLE color: 7890615.
HSL color Cylindrical-coordinate representation of color #B76678: hue angle of 346.67º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76678 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 120 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.28 |
| HSL | 346.67º | 0.36% | 0.56% | - |
| HSV(B) | 346.67º | 0.44% | 0.72% | - |
| XYZ | 27.67 | 20.93 | 20.35 | - |
| YUV | 128.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 120 | 0 | 0.44 | 0.34 | 0.28 | 346.67 | 0.36 | 0.56 |
| Hex | B7 | 66 | 78 | 0 | 2C | 22 | 1C | 15B | 24 | 38 |
| Octal | 267 | 146 | 170 | 0 | 54 | 42 | 34 | 533 | 44 | 70 |
| Binary | 10110111 | 1100110 | 1111000 | 0 | 101100 | 100010 | 11100 | 101011011 | 100100 | 111000 |
Color Harmonies of #B76678
Complementary color
Monochromatic Colors of #B76678
Black with #B76678
Text Example
Text Example
White with #B76678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76678; }
p { color: rgb(183,102,120); }
H1.HeaderClassName
{
color: #B76678;
}
.AnyTagClassName
{
color: #B76678;
}
</style>
background-color css
<style>
a { background-color: #B76678; }
a { background-color: rgb(183,102,120); }
div.DivClassName
{
background-color: #B76678;
}
.BgClassName
{
background-color: #B76678;
}
</style>
border-color css
<style>
span { border-color: #B76678; }
span { border-color: rgb(183,102,120); }
td.TdClassName
{
border-color: #B76678;
}
.TagClassName
{
border-color: #B76678;
}
</style>