Shades of Go Ben #726C46
Tints of Go Ben #726C46
RGB
CMYK
RGB Variations
Color information
#726C46 (or 0x726C46) is known color: Go Ben. HEX triplet: 72, 6C and 46. RGB value is (114,108,70). Sum of RGB (Red+Green+Blue) = 114+108+70=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #726C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C46 is #8D93B9. Grayscale: #696969. Windows color (decimal): -9278394 or 4615282. OLE color: 4615282.
HSL color Cylindrical-coordinate representation of color #726C46: hue angle of 51.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726C46 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 70 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.55 |
| HSL | 51.82º | 0.24% | 0.36% | - |
| HSV(B) | 51.82º | 0.39% | 0.45% | - |
| XYZ | 13.41 | 14.74 | 7.93 | - |
| YUV | 105.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 70 | 0 | 0.05 | 0.39 | 0.55 | 51.82 | 0.24 | 0.36 |
| Hex | 72 | 6C | 46 | 0 | 5 | 27 | 37 | 34 | 18 | 24 |
| Octal | 162 | 154 | 106 | 0 | 5 | 47 | 67 | 64 | 30 | 44 |
| Binary | 1110010 | 1101100 | 1000110 | 0 | 101 | 100111 | 110111 | 110100 | 11000 | 100100 |
Color Harmonies of #726C46
Complementary color
Monochromatic Colors of #726C46
Black with #726C46
Text Example
Text Example
White with #726C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C46; }
p { color: rgb(114,108,70); }
H1.HeaderClassName
{
color: #726C46;
}
.AnyTagClassName
{
color: #726C46;
}
</style>
background-color css
<style>
a { background-color: #726C46; }
a { background-color: rgb(114,108,70); }
div.DivClassName
{
background-color: #726C46;
}
.BgClassName
{
background-color: #726C46;
}
</style>
border-color css
<style>
span { border-color: #726C46; }
span { border-color: rgb(114,108,70); }
td.TdClassName
{
border-color: #726C46;
}
.TagClassName
{
border-color: #726C46;
}
</style>