Shades of Contessa #B7756F
Tints of Contessa #B7756F
RGB
CMYK
RGB Variations
Color information
#B7756F (or 0xB7756F) is known color: Contessa. HEX triplet: B7, 75 and 6F. RGB value is (183,117,111). Sum of RGB (Red+Green+Blue) = 183+117+111=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7756F is #488A90. Grayscale: #888888. Windows color (decimal): -4754065 or 7304631. OLE color: 7304631.
HSL color Cylindrical-coordinate representation of color #B7756F: hue angle of 5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7756F is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 111 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.28 |
| HSL | 5º | 0.33% | 0.58% | - |
| HSV(B) | 5º | 0.39% | 0.72% | - |
| XYZ | 28.76 | 23.94 | 18.14 | - |
| YUV | 136.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 111 | 0 | 0.36 | 0.39 | 0.28 | 5 | 0.33 | 0.58 |
| Hex | B7 | 75 | 6F | 0 | 24 | 27 | 1C | 5 | 21 | 3A |
| Octal | 267 | 165 | 157 | 0 | 44 | 47 | 34 | 5 | 41 | 72 |
| Binary | 10110111 | 1110101 | 1101111 | 0 | 100100 | 100111 | 11100 | 101 | 100001 | 111010 |
Color Harmonies of #B7756F
Complementary color
Monochromatic Colors of #B7756F
Black with #B7756F
Text Example
Text Example
White with #B7756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7756F; }
p { color: rgb(183,117,111); }
H1.HeaderClassName
{
color: #B7756F;
}
.AnyTagClassName
{
color: #B7756F;
}
</style>
background-color css
<style>
a { background-color: #B7756F; }
a { background-color: rgb(183,117,111); }
div.DivClassName
{
background-color: #B7756F;
}
.BgClassName
{
background-color: #B7756F;
}
</style>
border-color css
<style>
span { border-color: #B7756F; }
span { border-color: rgb(183,117,111); }
td.TdClassName
{
border-color: #B7756F;
}
.TagClassName
{
border-color: #B7756F;
}
</style>