Shades of Go Ben #7B6F3F
Tints of Go Ben #7B6F3F
RGB
CMYK
RGB Variations
Color information
#7B6F3F (or 0x7B6F3F) is known color: Go Ben. HEX triplet: 7B, 6F and 3F. RGB value is (123,111,63). Sum of RGB (Red+Green+Blue) = 123+111+63=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6F3F is #8490C0. Grayscale: #6D6D6D. Windows color (decimal): -8687809 or 4157307. OLE color: 4157307.
HSL color Cylindrical-coordinate representation of color #7B6F3F: hue angle of 48º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B6F3F is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 63 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.52 |
| HSL | 48º | 0.32% | 0.36% | - |
| HSV(B) | 48º | 0.49% | 0.48% | - |
| XYZ | 14.75 | 15.94 | 7 | - |
| YUV | 109.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 63 | 0 | 0.10 | 0.49 | 0.52 | 48 | 0.32 | 0.36 |
| Hex | 7B | 6F | 3F | 0 | A | 31 | 34 | 30 | 20 | 24 |
| Octal | 173 | 157 | 77 | 0 | 12 | 61 | 64 | 60 | 40 | 44 |
| Binary | 1111011 | 1101111 | 111111 | 0 | 1010 | 110001 | 110100 | 110000 | 100000 | 100100 |
Color Harmonies of #7B6F3F
Complementary color
Monochromatic Colors of #7B6F3F
Black with #7B6F3F
Text Example
Text Example
White with #7B6F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F3F; }
p { color: rgb(123,111,63); }
H1.HeaderClassName
{
color: #7B6F3F;
}
.AnyTagClassName
{
color: #7B6F3F;
}
</style>
background-color css
<style>
a { background-color: #7B6F3F; }
a { background-color: rgb(123,111,63); }
div.DivClassName
{
background-color: #7B6F3F;
}
.BgClassName
{
background-color: #7B6F3F;
}
</style>
border-color css
<style>
span { border-color: #7B6F3F; }
span { border-color: rgb(123,111,63); }
td.TdClassName
{
border-color: #7B6F3F;
}
.TagClassName
{
border-color: #7B6F3F;
}
</style>