Shades of Contessa #B77A68
Tints of Contessa #B77A68
RGB
CMYK
RGB Variations
Color information
#B77A68 (or 0xB77A68) is known color: Contessa. HEX triplet: B7, 7A and 68. RGB value is (183,122,104). Sum of RGB (Red+Green+Blue) = 183+122+104=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A68 is #488597. Grayscale: #8A8A8A. Windows color (decimal): -4752792 or 6847159. OLE color: 6847159.
HSL color Cylindrical-coordinate representation of color #B77A68: hue angle of 13.67º 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 #B77A68 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 104 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.28 |
| HSL | 13.67º | 0.35% | 0.56% | - |
| HSV(B) | 13.67º | 0.43% | 0.72% | - |
| XYZ | 28.99 | 24.99 | 16.39 | - |
| YUV | 138.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 104 | 0 | 0.33 | 0.43 | 0.28 | 13.67 | 0.35 | 0.56 |
| Hex | B7 | 7A | 68 | 0 | 21 | 2B | 1C | E | 23 | 38 |
| Octal | 267 | 172 | 150 | 0 | 41 | 53 | 34 | 16 | 43 | 70 |
| Binary | 10110111 | 1111010 | 1101000 | 0 | 100001 | 101011 | 11100 | 1110 | 100011 | 111000 |
Color Harmonies of #B77A68
Complementary color
Monochromatic Colors of #B77A68
Black with #B77A68
Text Example
Text Example
White with #B77A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A68; }
p { color: rgb(183,122,104); }
H1.HeaderClassName
{
color: #B77A68;
}
.AnyTagClassName
{
color: #B77A68;
}
</style>
background-color css
<style>
a { background-color: #B77A68; }
a { background-color: rgb(183,122,104); }
div.DivClassName
{
background-color: #B77A68;
}
.BgClassName
{
background-color: #B77A68;
}
</style>
border-color css
<style>
span { border-color: #B77A68; }
span { border-color: rgb(183,122,104); }
td.TdClassName
{
border-color: #B77A68;
}
.TagClassName
{
border-color: #B77A68;
}
</style>