Shades of Toast #A7755E
Tints of Toast #A7755E
RGB
CMYK
RGB Variations
Color information
#A7755E (or 0xA7755E) is known color: Toast. HEX triplet: A7, 75 and 5E. RGB value is (167,117,94). Sum of RGB (Red+Green+Blue) = 167+117+94=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7755E is #588AA1. Grayscale: #818181. Windows color (decimal): -5802658 or 6190503. OLE color: 6190503.
HSL color Cylindrical-coordinate representation of color #A7755E: hue angle of 18.9º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7755E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 94 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.35 |
| HSL | 18.9º | 0.29% | 0.51% | - |
| HSV(B) | 18.9º | 0.44% | 0.65% | - |
| XYZ | 24.32 | 21.75 | 13.51 | - |
| YUV | 129.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 94 | 0 | 0.30 | 0.44 | 0.35 | 18.9 | 0.29 | 0.51 |
| Hex | A7 | 75 | 5E | 0 | 1E | 2C | 23 | 13 | 1D | 33 |
| Octal | 247 | 165 | 136 | 0 | 36 | 54 | 43 | 23 | 35 | 63 |
| Binary | 10100111 | 1110101 | 1011110 | 0 | 11110 | 101100 | 100011 | 10011 | 11101 | 110011 |
Color Harmonies of #A7755E
Complementary color
Monochromatic Colors of #A7755E
Black with #A7755E
Text Example
Text Example
White with #A7755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7755E; }
p { color: rgb(167,117,94); }
H1.HeaderClassName
{
color: #A7755E;
}
.AnyTagClassName
{
color: #A7755E;
}
</style>
background-color css
<style>
a { background-color: #A7755E; }
a { background-color: rgb(167,117,94); }
div.DivClassName
{
background-color: #A7755E;
}
.BgClassName
{
background-color: #A7755E;
}
</style>
border-color css
<style>
span { border-color: #A7755E; }
span { border-color: rgb(167,117,94); }
td.TdClassName
{
border-color: #A7755E;
}
.TagClassName
{
border-color: #A7755E;
}
</style>