Shades of Tom Thumb #57664D
Tints of Tom Thumb #57664D
RGB
CMYK
RGB Variations
Color information
#57664D (or 0x57664D) is known color: Tom Thumb. HEX triplet: 57, 66 and 4D. RGB value is (87,102,77). Sum of RGB (Red+Green+Blue) = 87+102+77=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #57664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57664D is #A899B2. Grayscale: #5E5E5E. Windows color (decimal): -11049395 or 5072471. OLE color: 5072471.
HSL color Cylindrical-coordinate representation of color #57664D: hue angle of 96º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57664D is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 77 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.6 |
| HSL | 96º | 0.14% | 0.35% | - |
| HSV(B) | 96º | 0.25% | 0.4% | - |
| XYZ | 10.02 | 12.06 | 8.82 | - |
| YUV | 94.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 77 | 0.15 | 0 | 0.25 | 0.6 | 96 | 0.14 | 0.35 |
| Hex | 57 | 66 | 4D | F | 0 | 19 | 3C | 60 | E | 23 |
| Octal | 127 | 146 | 115 | 17 | 0 | 31 | 74 | 140 | 16 | 43 |
| Binary | 1010111 | 1100110 | 1001101 | 1111 | 0 | 11001 | 111100 | 1100000 | 1110 | 100011 |
Color Harmonies of #57664D
Complementary color
Monochromatic Colors of #57664D
Black with #57664D
Text Example
Text Example
White with #57664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57664D; }
p { color: rgb(87,102,77); }
H1.HeaderClassName
{
color: #57664D;
}
.AnyTagClassName
{
color: #57664D;
}
</style>
background-color css
<style>
a { background-color: #57664D; }
a { background-color: rgb(87,102,77); }
div.DivClassName
{
background-color: #57664D;
}
.BgClassName
{
background-color: #57664D;
}
</style>
border-color css
<style>
span { border-color: #57664D; }
span { border-color: rgb(87,102,77); }
td.TdClassName
{
border-color: #57664D;
}
.TagClassName
{
border-color: #57664D;
}
</style>