Shades of Go Ben #746C4C
Tints of Go Ben #746C4C
RGB
CMYK
RGB Variations
Color information
#746C4C (or 0x746C4C) is known color: Go Ben. HEX triplet: 74, 6C and 4C. RGB value is (116,108,76). Sum of RGB (Red+Green+Blue) = 116+108+76=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C4C is #8B93B3. Grayscale: #6A6A6A. Windows color (decimal): -9147316 or 5008500. OLE color: 5008500.
HSL color Cylindrical-coordinate representation of color #746C4C: hue angle of 48º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746C4C is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 76 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.55 |
| HSL | 48º | 0.21% | 0.38% | - |
| HSV(B) | 48º | 0.34% | 0.45% | - |
| XYZ | 13.87 | 14.96 | 8.99 | - |
| YUV | 106.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 76 | 0 | 0.07 | 0.34 | 0.55 | 48 | 0.21 | 0.38 |
| Hex | 74 | 6C | 4C | 0 | 7 | 22 | 37 | 30 | 15 | 26 |
| Octal | 164 | 154 | 114 | 0 | 7 | 42 | 67 | 60 | 25 | 46 |
| Binary | 1110100 | 1101100 | 1001100 | 0 | 111 | 100010 | 110111 | 110000 | 10101 | 100110 |
Color Harmonies of #746C4C
Complementary color
Monochromatic Colors of #746C4C
Black with #746C4C
Text Example
Text Example
White with #746C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C4C; }
p { color: rgb(116,108,76); }
H1.HeaderClassName
{
color: #746C4C;
}
.AnyTagClassName
{
color: #746C4C;
}
</style>
background-color css
<style>
a { background-color: #746C4C; }
a { background-color: rgb(116,108,76); }
div.DivClassName
{
background-color: #746C4C;
}
.BgClassName
{
background-color: #746C4C;
}
</style>
border-color css
<style>
span { border-color: #746C4C; }
span { border-color: rgb(116,108,76); }
td.TdClassName
{
border-color: #746C4C;
}
.TagClassName
{
border-color: #746C4C;
}
</style>