Shades of Toast #9B7764
Tints of Toast #9B7764
RGB
CMYK
RGB Variations
Color information
#9B7764 (or 0x9B7764) is known color: Toast. HEX triplet: 9B, 77 and 64. RGB value is (155,119,100). Sum of RGB (Red+Green+Blue) = 155+119+100=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7764 is #64889B. Grayscale: #7F7F7F. Windows color (decimal): -6588572 or 6584219. OLE color: 6584219.
HSL color Cylindrical-coordinate representation of color #9B7764: hue angle of 20.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B7764 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 100 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.39 |
| HSL | 20.73º | 0.22% | 0.5% | - |
| HSV(B) | 20.73º | 0.35% | 0.61% | - |
| XYZ | 22.41 | 21.08 | 14.94 | - |
| YUV | 127.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 100 | 0 | 0.23 | 0.35 | 0.39 | 20.73 | 0.22 | 0.5 |
| Hex | 9B | 77 | 64 | 0 | 17 | 23 | 27 | 15 | 16 | 32 |
| Octal | 233 | 167 | 144 | 0 | 27 | 43 | 47 | 25 | 26 | 62 |
| Binary | 10011011 | 1110111 | 1100100 | 0 | 10111 | 100011 | 100111 | 10101 | 10110 | 110010 |
Color Harmonies of #9B7764
Complementary color
Monochromatic Colors of #9B7764
Black with #9B7764
Text Example
Text Example
White with #9B7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7764; }
p { color: rgb(155,119,100); }
H1.HeaderClassName
{
color: #9B7764;
}
.AnyTagClassName
{
color: #9B7764;
}
</style>
background-color css
<style>
a { background-color: #9B7764; }
a { background-color: rgb(155,119,100); }
div.DivClassName
{
background-color: #9B7764;
}
.BgClassName
{
background-color: #9B7764;
}
</style>
border-color css
<style>
span { border-color: #9B7764; }
span { border-color: rgb(155,119,100); }
td.TdClassName
{
border-color: #9B7764;
}
.TagClassName
{
border-color: #9B7764;
}
</style>