Shades of Contessa #B76D68
Tints of Contessa #B76D68
RGB
CMYK
RGB Variations
Color information
#B76D68 (or 0xB76D68) is known color: Contessa. HEX triplet: B7, 6D and 68. RGB value is (183,109,104). Sum of RGB (Red+Green+Blue) = 183+109+104=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D68 is #489297. Grayscale: #828282. Windows color (decimal): -4756120 or 6843831. OLE color: 6843831.
HSL color Cylindrical-coordinate representation of color #B76D68: hue angle of 3.8º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76D68 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 104 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.28 |
| HSL | 3.8º | 0.35% | 0.56% | - |
| HSV(B) | 3.8º | 0.43% | 0.72% | - |
| XYZ | 27.5 | 22 | 15.89 | - |
| YUV | 130.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 104 | 0 | 0.40 | 0.43 | 0.28 | 3.8 | 0.35 | 0.56 |
| Hex | B7 | 6D | 68 | 0 | 28 | 2B | 1C | 4 | 23 | 38 |
| Octal | 267 | 155 | 150 | 0 | 50 | 53 | 34 | 4 | 43 | 70 |
| Binary | 10110111 | 1101101 | 1101000 | 0 | 101000 | 101011 | 11100 | 100 | 100011 | 111000 |
Color Harmonies of #B76D68
Complementary color
Monochromatic Colors of #B76D68
Black with #B76D68
Text Example
Text Example
White with #B76D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D68; }
p { color: rgb(183,109,104); }
H1.HeaderClassName
{
color: #B76D68;
}
.AnyTagClassName
{
color: #B76D68;
}
</style>
background-color css
<style>
a { background-color: #B76D68; }
a { background-color: rgb(183,109,104); }
div.DivClassName
{
background-color: #B76D68;
}
.BgClassName
{
background-color: #B76D68;
}
</style>
border-color css
<style>
span { border-color: #B76D68; }
span { border-color: rgb(183,109,104); }
td.TdClassName
{
border-color: #B76D68;
}
.TagClassName
{
border-color: #B76D68;
}
</style>