Shades of Go Ben #746D4B
Tints of Go Ben #746D4B
RGB
CMYK
RGB Variations
Color information
#746D4B (or 0x746D4B) is known color: Go Ben. HEX triplet: 74, 6D and 4B. RGB value is (116,109,75). Sum of RGB (Red+Green+Blue) = 116+109+75=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D4B is #8B92B4. Grayscale: #6B6B6B. Windows color (decimal): -9147061 or 4943220. OLE color: 4943220.
HSL color Cylindrical-coordinate representation of color #746D4B: hue angle of 49.76º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #746D4B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 75 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.55 |
| HSL | 49.76º | 0.21% | 0.37% | - |
| HSV(B) | 49.76º | 0.35% | 0.45% | - |
| XYZ | 13.94 | 15.16 | 8.85 | - |
| YUV | 107.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 75 | 0 | 0.06 | 0.35 | 0.55 | 49.76 | 0.21 | 0.37 |
| Hex | 74 | 6D | 4B | 0 | 6 | 23 | 37 | 32 | 15 | 25 |
| Octal | 164 | 155 | 113 | 0 | 6 | 43 | 67 | 62 | 25 | 45 |
| Binary | 1110100 | 1101101 | 1001011 | 0 | 110 | 100011 | 110111 | 110010 | 10101 | 100101 |
Color Harmonies of #746D4B
Complementary color
Monochromatic Colors of #746D4B
Black with #746D4B
Text Example
Text Example
White with #746D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D4B; }
p { color: rgb(116,109,75); }
H1.HeaderClassName
{
color: #746D4B;
}
.AnyTagClassName
{
color: #746D4B;
}
</style>
background-color css
<style>
a { background-color: #746D4B; }
a { background-color: rgb(116,109,75); }
div.DivClassName
{
background-color: #746D4B;
}
.BgClassName
{
background-color: #746D4B;
}
</style>
border-color css
<style>
span { border-color: #746D4B; }
span { border-color: rgb(116,109,75); }
td.TdClassName
{
border-color: #746D4B;
}
.TagClassName
{
border-color: #746D4B;
}
</style>