Shades of Go Ben #7B714F
Tints of Go Ben #7B714F
RGB
CMYK
RGB Variations
Color information
#7B714F (or 0x7B714F) is known color: Go Ben. HEX triplet: 7B, 71 and 4F. RGB value is (123,113,79). Sum of RGB (Red+Green+Blue) = 123+113+79=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B714F is #848EB0. Grayscale: #707070. Windows color (decimal): -8687281 or 5206395. OLE color: 5206395.
HSL color Cylindrical-coordinate representation of color #7B714F: hue angle of 46.36º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B714F is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 79 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.52 |
| HSL | 46.36º | 0.22% | 0.4% | - |
| HSV(B) | 46.36º | 0.36% | 0.48% | - |
| XYZ | 15.48 | 16.59 | 9.78 | - |
| YUV | 112.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 79 | 0 | 0.08 | 0.36 | 0.52 | 46.36 | 0.22 | 0.4 |
| Hex | 7B | 71 | 4F | 0 | 8 | 24 | 34 | 2E | 16 | 28 |
| Octal | 173 | 161 | 117 | 0 | 10 | 44 | 64 | 56 | 26 | 50 |
| Binary | 1111011 | 1110001 | 1001111 | 0 | 1000 | 100100 | 110100 | 101110 | 10110 | 101000 |
Color Harmonies of #7B714F
Complementary color
Monochromatic Colors of #7B714F
Black with #7B714F
Text Example
Text Example
White with #7B714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B714F; }
p { color: rgb(123,113,79); }
H1.HeaderClassName
{
color: #7B714F;
}
.AnyTagClassName
{
color: #7B714F;
}
</style>
background-color css
<style>
a { background-color: #7B714F; }
a { background-color: rgb(123,113,79); }
div.DivClassName
{
background-color: #7B714F;
}
.BgClassName
{
background-color: #7B714F;
}
</style>
border-color css
<style>
span { border-color: #7B714F; }
span { border-color: rgb(123,113,79); }
td.TdClassName
{
border-color: #7B714F;
}
.TagClassName
{
border-color: #7B714F;
}
</style>