Shades of Contessa #B7786B
Tints of Contessa #B7786B
RGB
CMYK
RGB Variations
Color information
#B7786B (or 0xB7786B) is known color: Contessa. HEX triplet: B7, 78 and 6B. RGB value is (183,120,107). Sum of RGB (Red+Green+Blue) = 183+120+107=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7786B is #488794. Grayscale: #898989. Windows color (decimal): -4753301 or 7043255. OLE color: 7043255.
HSL color Cylindrical-coordinate representation of color #B7786B: hue angle of 10.26º 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 #B7786B is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 107 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.28 |
| HSL | 10.26º | 0.35% | 0.57% | - |
| HSV(B) | 10.26º | 0.42% | 0.72% | - |
| XYZ | 28.9 | 24.56 | 17.13 | - |
| YUV | 137.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 107 | 0 | 0.34 | 0.42 | 0.28 | 10.26 | 0.35 | 0.57 |
| Hex | B7 | 78 | 6B | 0 | 22 | 2A | 1C | A | 23 | 39 |
| Octal | 267 | 170 | 153 | 0 | 42 | 52 | 34 | 12 | 43 | 71 |
| Binary | 10110111 | 1111000 | 1101011 | 0 | 100010 | 101010 | 11100 | 1010 | 100011 | 111001 |
Color Harmonies of #B7786B
Complementary color
Monochromatic Colors of #B7786B
Black with #B7786B
Text Example
Text Example
White with #B7786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7786B; }
p { color: rgb(183,120,107); }
H1.HeaderClassName
{
color: #B7786B;
}
.AnyTagClassName
{
color: #B7786B;
}
</style>
background-color css
<style>
a { background-color: #B7786B; }
a { background-color: rgb(183,120,107); }
div.DivClassName
{
background-color: #B7786B;
}
.BgClassName
{
background-color: #B7786B;
}
</style>
border-color css
<style>
span { border-color: #B7786B; }
span { border-color: rgb(183,120,107); }
td.TdClassName
{
border-color: #B7786B;
}
.TagClassName
{
border-color: #B7786B;
}
</style>