Shades of Go Ben #726B42
Tints of Go Ben #726B42
RGB
CMYK
RGB Variations
Color information
#726B42 (or 0x726B42) is known color: Go Ben. HEX triplet: 72, 6B and 42. RGB value is (114,107,66). Sum of RGB (Red+Green+Blue) = 114+107+66=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #726B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B42 is #8D94BD. Grayscale: #686868. Windows color (decimal): -9278654 or 4352882. OLE color: 4352882.
HSL color Cylindrical-coordinate representation of color #726B42: hue angle of 51.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #726B42 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 66 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.55 |
| HSL | 51.25º | 0.27% | 0.35% | - |
| HSV(B) | 51.25º | 0.42% | 0.45% | - |
| XYZ | 13.18 | 14.49 | 7.26 | - |
| YUV | 104.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 66 | 0 | 0.06 | 0.42 | 0.55 | 51.25 | 0.27 | 0.35 |
| Hex | 72 | 6B | 42 | 0 | 6 | 2A | 37 | 33 | 1B | 23 |
| Octal | 162 | 153 | 102 | 0 | 6 | 52 | 67 | 63 | 33 | 43 |
| Binary | 1110010 | 1101011 | 1000010 | 0 | 110 | 101010 | 110111 | 110011 | 11011 | 100011 |
Color Harmonies of #726B42
Complementary color
Monochromatic Colors of #726B42
Black with #726B42
Text Example
Text Example
White with #726B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B42; }
p { color: rgb(114,107,66); }
H1.HeaderClassName
{
color: #726B42;
}
.AnyTagClassName
{
color: #726B42;
}
</style>
background-color css
<style>
a { background-color: #726B42; }
a { background-color: rgb(114,107,66); }
div.DivClassName
{
background-color: #726B42;
}
.BgClassName
{
background-color: #726B42;
}
</style>
border-color css
<style>
span { border-color: #726B42; }
span { border-color: rgb(114,107,66); }
td.TdClassName
{
border-color: #726B42;
}
.TagClassName
{
border-color: #726B42;
}
</style>