Shades of Tapestry #B7677B
Tints of Tapestry #B7677B
RGB
CMYK
RGB Variations
Color information
#B7677B (or 0xB7677B) is known color: Tapestry. HEX triplet: B7, 67 and 7B. RGB value is (183,103,123). Sum of RGB (Red+Green+Blue) = 183+103+123=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7677B is #489884. Grayscale: #818181. Windows color (decimal): -4757637 or 8087479. OLE color: 8087479.
HSL color Cylindrical-coordinate representation of color #B7677B: hue angle of 345º 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 #B7677B is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 123 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.28 |
| HSL | 345º | 0.36% | 0.56% | - |
| HSV(B) | 345º | 0.44% | 0.72% | - |
| XYZ | 27.95 | 21.2 | 21.36 | - |
| YUV | 129.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 123 | 0 | 0.44 | 0.33 | 0.28 | 345 | 0.36 | 0.56 |
| Hex | B7 | 67 | 7B | 0 | 2C | 21 | 1C | 159 | 24 | 38 |
| Octal | 267 | 147 | 173 | 0 | 54 | 41 | 34 | 531 | 44 | 70 |
| Binary | 10110111 | 1100111 | 1111011 | 0 | 101100 | 100001 | 11100 | 101011001 | 100100 | 111000 |
Color Harmonies of #B7677B
Complementary color
Monochromatic Colors of #B7677B
Black with #B7677B
Text Example
Text Example
White with #B7677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7677B; }
p { color: rgb(183,103,123); }
H1.HeaderClassName
{
color: #B7677B;
}
.AnyTagClassName
{
color: #B7677B;
}
</style>
background-color css
<style>
a { background-color: #B7677B; }
a { background-color: rgb(183,103,123); }
div.DivClassName
{
background-color: #B7677B;
}
.BgClassName
{
background-color: #B7677B;
}
</style>
border-color css
<style>
span { border-color: #B7677B; }
span { border-color: rgb(183,103,123); }
td.TdClassName
{
border-color: #B7677B;
}
.TagClassName
{
border-color: #B7677B;
}
</style>