Shades of Go Ben #807745
Tints of Go Ben #807745
RGB
CMYK
RGB Variations
Color information
#807745 (or 0x807745) is known color: Go Ben. HEX triplet: 80, 77 and 45. RGB value is (128,119,69). Sum of RGB (Red+Green+Blue) = 128+119+69=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #807745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807745 is #7F88BA. Grayscale: #747474. Windows color (decimal): -8358075 or 4552576. OLE color: 4552576.
HSL color Cylindrical-coordinate representation of color #807745: hue angle of 50.85º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #807745 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 119 | 69 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.50 |
| HSL | 50.85º | 0.3% | 0.39% | - |
| HSV(B) | 50.85º | 0.46% | 0.5% | - |
| XYZ | 16.57 | 18.21 | 8.27 | - |
| YUV | 115.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 69 | 0 | 0.07 | 0.46 | 0.50 | 50.85 | 0.3 | 0.39 |
| Hex | 80 | 77 | 45 | 0 | 7 | 2E | 32 | 33 | 1E | 27 |
| Octal | 200 | 167 | 105 | 0 | 7 | 56 | 62 | 63 | 36 | 47 |
| Binary | 10000000 | 1110111 | 1000101 | 0 | 111 | 101110 | 110010 | 110011 | 11110 | 100111 |
Color Harmonies of #807745
Complementary color
Monochromatic Colors of #807745
Black with #807745
Text Example
Text Example
White with #807745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807745; }
p { color: rgb(128,119,69); }
H1.HeaderClassName
{
color: #807745;
}
.AnyTagClassName
{
color: #807745;
}
</style>
background-color css
<style>
a { background-color: #807745; }
a { background-color: rgb(128,119,69); }
div.DivClassName
{
background-color: #807745;
}
.BgClassName
{
background-color: #807745;
}
</style>
border-color css
<style>
span { border-color: #807745; }
span { border-color: rgb(128,119,69); }
td.TdClassName
{
border-color: #807745;
}
.TagClassName
{
border-color: #807745;
}
</style>