Shades of Tom Thumb #57664C
Tints of Tom Thumb #57664C
RGB
CMYK
RGB Variations
Color information
#57664C (or 0x57664C) is known color: Tom Thumb. HEX triplet: 57, 66 and 4C. RGB value is (87,102,76). Sum of RGB (Red+Green+Blue) = 87+102+76=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 102 - color contains mainly: green. Hex color #57664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57664C is #A899B3. Grayscale: #5E5E5E. Windows color (decimal): -11049396 or 5006935. OLE color: 5006935.
HSL color Cylindrical-coordinate representation of color #57664C: hue angle of 94.62º degrees, saturation: 0.15, 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 #57664C is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 76 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.6 |
| HSL | 94.62º | 0.15% | 0.35% | - |
| HSV(B) | 94.62º | 0.25% | 0.4% | - |
| XYZ | 9.99 | 12.05 | 8.64 | - |
| YUV | 94.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 76 | 0.15 | 0 | 0.25 | 0.6 | 94.62 | 0.15 | 0.35 |
| Hex | 57 | 66 | 4C | F | 0 | 19 | 3C | 5F | F | 23 |
| Octal | 127 | 146 | 114 | 17 | 0 | 31 | 74 | 137 | 17 | 43 |
| Binary | 1010111 | 1100110 | 1001100 | 1111 | 0 | 11001 | 111100 | 1011111 | 1111 | 100011 |
Color Harmonies of #57664C
Complementary color
Monochromatic Colors of #57664C
Black with #57664C
Text Example
Text Example
White with #57664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57664C; }
p { color: rgb(87,102,76); }
H1.HeaderClassName
{
color: #57664C;
}
.AnyTagClassName
{
color: #57664C;
}
</style>
background-color css
<style>
a { background-color: #57664C; }
a { background-color: rgb(87,102,76); }
div.DivClassName
{
background-color: #57664C;
}
.BgClassName
{
background-color: #57664C;
}
</style>
border-color css
<style>
span { border-color: #57664C; }
span { border-color: rgb(87,102,76); }
td.TdClassName
{
border-color: #57664C;
}
.TagClassName
{
border-color: #57664C;
}
</style>