Shades of Tapestry #C0777B
Tints of Tapestry #C0777B
RGB
CMYK
RGB Variations
Color information
#C0777B (or 0xC0777B) is known color: Tapestry. HEX triplet: C0, 77 and 7B. RGB value is (192,119,123). Sum of RGB (Red+Green+Blue) = 192+119+123=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0777B is #3F8884. Grayscale: #8D8D8D. Windows color (decimal): -4163717 or 8091584. OLE color: 8091584.
HSL color Cylindrical-coordinate representation of color #C0777B: hue angle of 356.71º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0777B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 123 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.25 |
| HSL | 356.71º | 0.37% | 0.61% | - |
| HSV(B) | 356.71º | 0.38% | 0.75% | - |
| XYZ | 31.91 | 25.83 | 22.04 | - |
| YUV | 141.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 123 | 0 | 0.38 | 0.36 | 0.25 | 356.71 | 0.37 | 0.61 |
| Hex | C0 | 77 | 7B | 0 | 26 | 24 | 19 | 165 | 25 | 3D |
| Octal | 300 | 167 | 173 | 0 | 46 | 44 | 31 | 545 | 45 | 75 |
| Binary | 11000000 | 1110111 | 1111011 | 0 | 100110 | 100100 | 11001 | 101100101 | 100101 | 111101 |
Color Harmonies of #C0777B
Complementary color
Monochromatic Colors of #C0777B
Black with #C0777B
Text Example
Text Example
White with #C0777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0777B; }
p { color: rgb(192,119,123); }
H1.HeaderClassName
{
color: #C0777B;
}
.AnyTagClassName
{
color: #C0777B;
}
</style>
background-color css
<style>
a { background-color: #C0777B; }
a { background-color: rgb(192,119,123); }
div.DivClassName
{
background-color: #C0777B;
}
.BgClassName
{
background-color: #C0777B;
}
</style>
border-color css
<style>
span { border-color: #C0777B; }
span { border-color: rgb(192,119,123); }
td.TdClassName
{
border-color: #C0777B;
}
.TagClassName
{
border-color: #C0777B;
}
</style>