Shades of Hot Toddy #A7762C
Tints of Hot Toddy #A7762C
RGB
CMYK
RGB Variations
Color information
#A7762C (or 0xA7762C) is known color: Hot Toddy. HEX triplet: A7, 76 and 2C. RGB value is (167,118,44). Sum of RGB (Red+Green+Blue) = 167+118+44=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7762C is #5889D3. Grayscale: #7C7C7C. Windows color (decimal): -5802452 or 2913959. OLE color: 2913959.
HSL color Cylindrical-coordinate representation of color #A7762C: hue angle of 36.1º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7762C is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 44 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.35 |
| HSL | 36.1º | 0.58% | 0.41% | - |
| HSV(B) | 36.1º | 0.74% | 0.65% | - |
| XYZ | 22.87 | 21.35 | 5.3 | - |
| YUV | 124.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 44 | 0 | 0.29 | 0.74 | 0.35 | 36.1 | 0.58 | 0.41 |
| Hex | A7 | 76 | 2C | 0 | 1D | 4A | 23 | 24 | 3A | 29 |
| Octal | 247 | 166 | 54 | 0 | 35 | 112 | 43 | 44 | 72 | 51 |
| Binary | 10100111 | 1110110 | 101100 | 0 | 11101 | 1001010 | 100011 | 100100 | 111010 | 101001 |
Color Harmonies of #A7762C
Complementary color
Monochromatic Colors of #A7762C
Black with #A7762C
Text Example
Text Example
White with #A7762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7762C; }
p { color: rgb(167,118,44); }
H1.HeaderClassName
{
color: #A7762C;
}
.AnyTagClassName
{
color: #A7762C;
}
</style>
background-color css
<style>
a { background-color: #A7762C; }
a { background-color: rgb(167,118,44); }
div.DivClassName
{
background-color: #A7762C;
}
.BgClassName
{
background-color: #A7762C;
}
</style>
border-color css
<style>
span { border-color: #A7762C; }
span { border-color: rgb(167,118,44); }
td.TdClassName
{
border-color: #A7762C;
}
.TagClassName
{
border-color: #A7762C;
}
</style>