Shades of Hacienda #977A0D
Tints of Hacienda #977A0D
RGB
CMYK
RGB Variations
Color information
#977A0D (or 0x977A0D) is known color: Hacienda. HEX triplet: 97, 7A and 0D. RGB value is (151,122,13). Sum of RGB (Red+Green+Blue) = 151+122+13=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #977A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977A0D is #6885F2. Grayscale: #767676. Windows color (decimal): -6850035 or 883351. OLE color: 883351.
HSL color Cylindrical-coordinate representation of color #977A0D: hue angle of 47.39º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #977A0D is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 13 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.41 |
| HSL | 47.39º | 0.84% | 0.32% | - |
| HSV(B) | 47.39º | 0.91% | 0.59% | - |
| XYZ | 19.79 | 20.53 | 3.3 | - |
| YUV | 118.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 13 | 0 | 0.19 | 0.91 | 0.41 | 47.39 | 0.84 | 0.32 |
| Hex | 97 | 7A | D | 0 | 13 | 5B | 29 | 2F | 54 | 20 |
| Octal | 227 | 172 | 15 | 0 | 23 | 133 | 51 | 57 | 124 | 40 |
| Binary | 10010111 | 1111010 | 1101 | 0 | 10011 | 1011011 | 101001 | 101111 | 1010100 | 100000 |
Color Harmonies of #977A0D
Complementary color
Monochromatic Colors of #977A0D
Black with #977A0D
Text Example
Text Example
White with #977A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A0D; }
p { color: rgb(151,122,13); }
H1.HeaderClassName
{
color: #977A0D;
}
.AnyTagClassName
{
color: #977A0D;
}
</style>
background-color css
<style>
a { background-color: #977A0D; }
a { background-color: rgb(151,122,13); }
div.DivClassName
{
background-color: #977A0D;
}
.BgClassName
{
background-color: #977A0D;
}
</style>
border-color css
<style>
span { border-color: #977A0D; }
span { border-color: rgb(151,122,13); }
td.TdClassName
{
border-color: #977A0D;
}
.TagClassName
{
border-color: #977A0D;
}
</style>