Shades of Contessa #B7736A
Tints of Contessa #B7736A
RGB
CMYK
RGB Variations
Color information
#B7736A (or 0xB7736A) is known color: Contessa. HEX triplet: B7, 73 and 6A. RGB value is (183,115,106). Sum of RGB (Red+Green+Blue) = 183+115+106=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7736A is #488C95. Grayscale: #868686. Windows color (decimal): -4754582 or 6976439. OLE color: 6976439.
HSL color Cylindrical-coordinate representation of color #B7736A: hue angle of 7.01º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7736A is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 106 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.28 |
| HSL | 7.01º | 0.35% | 0.57% | - |
| HSV(B) | 7.01º | 0.42% | 0.72% | - |
| XYZ | 28.26 | 23.37 | 16.66 | - |
| YUV | 134.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 106 | 0 | 0.37 | 0.42 | 0.28 | 7.01 | 0.35 | 0.57 |
| Hex | B7 | 73 | 6A | 0 | 25 | 2A | 1C | 7 | 23 | 39 |
| Octal | 267 | 163 | 152 | 0 | 45 | 52 | 34 | 7 | 43 | 71 |
| Binary | 10110111 | 1110011 | 1101010 | 0 | 100101 | 101010 | 11100 | 111 | 100011 | 111001 |
Color Harmonies of #B7736A
Complementary color
Monochromatic Colors of #B7736A
Black with #B7736A
Text Example
Text Example
White with #B7736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7736A; }
p { color: rgb(183,115,106); }
H1.HeaderClassName
{
color: #B7736A;
}
.AnyTagClassName
{
color: #B7736A;
}
</style>
background-color css
<style>
a { background-color: #B7736A; }
a { background-color: rgb(183,115,106); }
div.DivClassName
{
background-color: #B7736A;
}
.BgClassName
{
background-color: #B7736A;
}
</style>
border-color css
<style>
span { border-color: #B7736A; }
span { border-color: rgb(183,115,106); }
td.TdClassName
{
border-color: #B7736A;
}
.TagClassName
{
border-color: #B7736A;
}
</style>