Shades of Go Ben #746C4E
Tints of Go Ben #746C4E
RGB
CMYK
RGB Variations
Color information
#746C4E (or 0x746C4E) is known color: Go Ben. HEX triplet: 74, 6C and 4E. RGB value is (116,108,78). Sum of RGB (Red+Green+Blue) = 116+108+78=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C4E is #8B93B1. Grayscale: #6B6B6B. Windows color (decimal): -9147314 or 5139572. OLE color: 5139572.
HSL color Cylindrical-coordinate representation of color #746C4E: hue angle of 47.37º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746C4E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 78 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.55 |
| HSL | 47.37º | 0.2% | 0.38% | - |
| HSV(B) | 47.37º | 0.33% | 0.45% | - |
| XYZ | 13.94 | 14.99 | 9.37 | - |
| YUV | 106.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 78 | 0 | 0.07 | 0.33 | 0.55 | 47.37 | 0.2 | 0.38 |
| Hex | 74 | 6C | 4E | 0 | 7 | 21 | 37 | 2F | 14 | 26 |
| Octal | 164 | 154 | 116 | 0 | 7 | 41 | 67 | 57 | 24 | 46 |
| Binary | 1110100 | 1101100 | 1001110 | 0 | 111 | 100001 | 110111 | 101111 | 10100 | 100110 |
Color Harmonies of #746C4E
Complementary color
Monochromatic Colors of #746C4E
Black with #746C4E
Text Example
Text Example
White with #746C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C4E; }
p { color: rgb(116,108,78); }
H1.HeaderClassName
{
color: #746C4E;
}
.AnyTagClassName
{
color: #746C4E;
}
</style>
background-color css
<style>
a { background-color: #746C4E; }
a { background-color: rgb(116,108,78); }
div.DivClassName
{
background-color: #746C4E;
}
.BgClassName
{
background-color: #746C4E;
}
</style>
border-color css
<style>
span { border-color: #746C4E; }
span { border-color: rgb(116,108,78); }
td.TdClassName
{
border-color: #746C4E;
}
.TagClassName
{
border-color: #746C4E;
}
</style>