Shades of Toast #977267
Tints of Toast #977267
RGB
CMYK
RGB Variations
Color information
#977267 (or 0x977267) is known color: Toast. HEX triplet: 97, 72 and 67. RGB value is (151,114,103). Sum of RGB (Red+Green+Blue) = 151+114+103=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #977267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977267 is #688D98. Grayscale: #7B7B7B. Windows color (decimal): -6851993 or 6779543. OLE color: 6779543.
HSL color Cylindrical-coordinate representation of color #977267: hue angle of 13.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977267 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 114 | 103 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.41 |
| HSL | 13.75º | 0.19% | 0.5% | - |
| HSV(B) | 13.75º | 0.32% | 0.59% | - |
| XYZ | 21.23 | 19.59 | 15.5 | - |
| YUV | 123.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 114 | 103 | 0 | 0.25 | 0.32 | 0.41 | 13.75 | 0.19 | 0.5 |
| Hex | 97 | 72 | 67 | 0 | 19 | 20 | 29 | E | 13 | 32 |
| Octal | 227 | 162 | 147 | 0 | 31 | 40 | 51 | 16 | 23 | 62 |
| Binary | 10010111 | 1110010 | 1100111 | 0 | 11001 | 100000 | 101001 | 1110 | 10011 | 110010 |
Color Harmonies of #977267
Complementary color
Monochromatic Colors of #977267
Black with #977267
Text Example
Text Example
White with #977267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977267; }
p { color: rgb(151,114,103); }
H1.HeaderClassName
{
color: #977267;
}
.AnyTagClassName
{
color: #977267;
}
</style>
background-color css
<style>
a { background-color: #977267; }
a { background-color: rgb(151,114,103); }
div.DivClassName
{
background-color: #977267;
}
.BgClassName
{
background-color: #977267;
}
</style>
border-color css
<style>
span { border-color: #977267; }
span { border-color: rgb(151,114,103); }
td.TdClassName
{
border-color: #977267;
}
.TagClassName
{
border-color: #977267;
}
</style>