Shades of Hacienda #9B7726
Tints of Hacienda #9B7726
RGB
CMYK
RGB Variations
Color information
#9B7726 (or 0x9B7726) is known color: Hacienda. HEX triplet: 9B, 77 and 26. RGB value is (155,119,38). Sum of RGB (Red+Green+Blue) = 155+119+38=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7726 is #6488D9. Grayscale: #787878. Windows color (decimal): -6588634 or 2520987. OLE color: 2520987.
HSL color Cylindrical-coordinate representation of color #9B7726: hue angle of 41.54º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B7726 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 38 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.39 |
| HSL | 41.54º | 0.61% | 0.38% | - |
| HSV(B) | 41.54º | 0.75% | 0.61% | - |
| XYZ | 20.46 | 20.3 | 4.67 | - |
| YUV | 120.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 38 | 0 | 0.23 | 0.75 | 0.39 | 41.54 | 0.61 | 0.38 |
| Hex | 9B | 77 | 26 | 0 | 17 | 4B | 27 | 2A | 3D | 26 |
| Octal | 233 | 167 | 46 | 0 | 27 | 113 | 47 | 52 | 75 | 46 |
| Binary | 10011011 | 1110111 | 100110 | 0 | 10111 | 1001011 | 100111 | 101010 | 111101 | 100110 |
Color Harmonies of #9B7726
Complementary color
Monochromatic Colors of #9B7726
Black with #9B7726
Text Example
Text Example
White with #9B7726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7726; }
p { color: rgb(155,119,38); }
H1.HeaderClassName
{
color: #9B7726;
}
.AnyTagClassName
{
color: #9B7726;
}
</style>
background-color css
<style>
a { background-color: #9B7726; }
a { background-color: rgb(155,119,38); }
div.DivClassName
{
background-color: #9B7726;
}
.BgClassName
{
background-color: #9B7726;
}
</style>
border-color css
<style>
span { border-color: #9B7726; }
span { border-color: rgb(155,119,38); }
td.TdClassName
{
border-color: #9B7726;
}
.TagClassName
{
border-color: #9B7726;
}
</style>