Shades of Toast #9F7762
Tints of Toast #9F7762
RGB
CMYK
RGB Variations
Color information
#9F7762 (or 0x9F7762) is known color: Toast. HEX triplet: 9F, 77 and 62. RGB value is (159,119,98). Sum of RGB (Red+Green+Blue) = 159+119+98=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7762 is #60889D. Grayscale: #808080. Windows color (decimal): -6326430 or 6453151. OLE color: 6453151.
HSL color Cylindrical-coordinate representation of color #9F7762: hue angle of 20.66º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F7762 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 98 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.38 |
| HSL | 20.66º | 0.24% | 0.5% | - |
| HSV(B) | 20.66º | 0.38% | 0.62% | - |
| XYZ | 23.1 | 21.45 | 14.48 | - |
| YUV | 128.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 98 | 0 | 0.25 | 0.38 | 0.38 | 20.66 | 0.24 | 0.5 |
| Hex | 9F | 77 | 62 | 0 | 19 | 26 | 26 | 15 | 18 | 32 |
| Octal | 237 | 167 | 142 | 0 | 31 | 46 | 46 | 25 | 30 | 62 |
| Binary | 10011111 | 1110111 | 1100010 | 0 | 11001 | 100110 | 100110 | 10101 | 11000 | 110010 |
Color Harmonies of #9F7762
Complementary color
Monochromatic Colors of #9F7762
Black with #9F7762
Text Example
Text Example
White with #9F7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7762; }
p { color: rgb(159,119,98); }
H1.HeaderClassName
{
color: #9F7762;
}
.AnyTagClassName
{
color: #9F7762;
}
</style>
background-color css
<style>
a { background-color: #9F7762; }
a { background-color: rgb(159,119,98); }
div.DivClassName
{
background-color: #9F7762;
}
.BgClassName
{
background-color: #9F7762;
}
</style>
border-color css
<style>
span { border-color: #9F7762; }
span { border-color: rgb(159,119,98); }
td.TdClassName
{
border-color: #9F7762;
}
.TagClassName
{
border-color: #9F7762;
}
</style>