Shades of Go Ben #746C4B
Tints of Go Ben #746C4B
RGB
CMYK
RGB Variations
Color information
#746C4B (or 0x746C4B) is known color: Go Ben. HEX triplet: 74, 6C and 4B. RGB value is (116,108,75). Sum of RGB (Red+Green+Blue) = 116+108+75=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #746C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C4B is #8B93B4. Grayscale: #6A6A6A. Windows color (decimal): -9147317 or 4942964. OLE color: 4942964.
HSL color Cylindrical-coordinate representation of color #746C4B: hue angle of 48.29º 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 #746C4B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 75 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.55 |
| HSL | 48.29º | 0.21% | 0.37% | - |
| HSV(B) | 48.29º | 0.35% | 0.45% | - |
| XYZ | 13.84 | 14.95 | 8.81 | - |
| YUV | 106.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 75 | 0 | 0.07 | 0.35 | 0.55 | 48.29 | 0.21 | 0.37 |
| Hex | 74 | 6C | 4B | 0 | 7 | 23 | 37 | 30 | 15 | 25 |
| Octal | 164 | 154 | 113 | 0 | 7 | 43 | 67 | 60 | 25 | 45 |
| Binary | 1110100 | 1101100 | 1001011 | 0 | 111 | 100011 | 110111 | 110000 | 10101 | 100101 |
Color Harmonies of #746C4B
Complementary color
Monochromatic Colors of #746C4B
Black with #746C4B
Text Example
Text Example
White with #746C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C4B; }
p { color: rgb(116,108,75); }
H1.HeaderClassName
{
color: #746C4B;
}
.AnyTagClassName
{
color: #746C4B;
}
</style>
background-color css
<style>
a { background-color: #746C4B; }
a { background-color: rgb(116,108,75); }
div.DivClassName
{
background-color: #746C4B;
}
.BgClassName
{
background-color: #746C4B;
}
</style>
border-color css
<style>
span { border-color: #746C4B; }
span { border-color: rgb(116,108,75); }
td.TdClassName
{
border-color: #746C4B;
}
.TagClassName
{
border-color: #746C4B;
}
</style>