Shades of Hacienda #977C27
Tints of Hacienda #977C27
RGB
CMYK
RGB Variations
Color information
#977C27 (or 0x977C27) is known color: Hacienda. HEX triplet: 97, 7C and 27. RGB value is (151,124,39). Sum of RGB (Red+Green+Blue) = 151+124+39=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #977C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C27 is #6883D8. Grayscale: #7A7A7A. Windows color (decimal): -6849497 or 2587799. OLE color: 2587799.
HSL color Cylindrical-coordinate representation of color #977C27: hue angle of 45.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #977C27 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 39 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.41 |
| HSL | 45.54º | 0.59% | 0.37% | - |
| HSV(B) | 45.54º | 0.74% | 0.59% | - |
| XYZ | 20.34 | 21.14 | 4.93 | - |
| YUV | 122.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 39 | 0 | 0.18 | 0.74 | 0.41 | 45.54 | 0.59 | 0.37 |
| Hex | 97 | 7C | 27 | 0 | 12 | 4A | 29 | 2E | 3B | 25 |
| Octal | 227 | 174 | 47 | 0 | 22 | 112 | 51 | 56 | 73 | 45 |
| Binary | 10010111 | 1111100 | 100111 | 0 | 10010 | 1001010 | 101001 | 101110 | 111011 | 100101 |
Color Harmonies of #977C27
Complementary color
Monochromatic Colors of #977C27
Black with #977C27
Text Example
Text Example
White with #977C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C27; }
p { color: rgb(151,124,39); }
H1.HeaderClassName
{
color: #977C27;
}
.AnyTagClassName
{
color: #977C27;
}
</style>
background-color css
<style>
a { background-color: #977C27; }
a { background-color: rgb(151,124,39); }
div.DivClassName
{
background-color: #977C27;
}
.BgClassName
{
background-color: #977C27;
}
</style>
border-color css
<style>
span { border-color: #977C27; }
span { border-color: rgb(151,124,39); }
td.TdClassName
{
border-color: #977C27;
}
.TagClassName
{
border-color: #977C27;
}
</style>