Shades of Contessa #B7766D
Tints of Contessa #B7766D
RGB
CMYK
RGB Variations
Color information
#B7766D (or 0xB7766D) is known color: Contessa. HEX triplet: B7, 76 and 6D. RGB value is (183,118,109). Sum of RGB (Red+Green+Blue) = 183+118+109=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7766D is #488992. Grayscale: #888888. Windows color (decimal): -4753811 or 7173815. OLE color: 7173815.
HSL color Cylindrical-coordinate representation of color #B7766D: hue angle of 7.3º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7766D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 109 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.28 |
| HSL | 7.3º | 0.34% | 0.57% | - |
| HSV(B) | 7.3º | 0.4% | 0.72% | - |
| XYZ | 28.77 | 24.13 | 17.61 | - |
| YUV | 136.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 109 | 0 | 0.36 | 0.40 | 0.28 | 7.3 | 0.34 | 0.57 |
| Hex | B7 | 76 | 6D | 0 | 24 | 28 | 1C | 7 | 22 | 39 |
| Octal | 267 | 166 | 155 | 0 | 44 | 50 | 34 | 7 | 42 | 71 |
| Binary | 10110111 | 1110110 | 1101101 | 0 | 100100 | 101000 | 11100 | 111 | 100010 | 111001 |
Color Harmonies of #B7766D
Complementary color
Monochromatic Colors of #B7766D
Black with #B7766D
Text Example
Text Example
White with #B7766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7766D; }
p { color: rgb(183,118,109); }
H1.HeaderClassName
{
color: #B7766D;
}
.AnyTagClassName
{
color: #B7766D;
}
</style>
background-color css
<style>
a { background-color: #B7766D; }
a { background-color: rgb(183,118,109); }
div.DivClassName
{
background-color: #B7766D;
}
.BgClassName
{
background-color: #B7766D;
}
</style>
border-color css
<style>
span { border-color: #B7766D; }
span { border-color: rgb(183,118,109); }
td.TdClassName
{
border-color: #B7766D;
}
.TagClassName
{
border-color: #B7766D;
}
</style>