Shades of Go Ben #7C714F
Tints of Go Ben #7C714F
RGB
CMYK
RGB Variations
Color information
#7C714F (or 0x7C714F) is known color: Go Ben. HEX triplet: 7C, 71 and 4F. RGB value is (124,113,79). Sum of RGB (Red+Green+Blue) = 124+113+79=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C714F is #838EB0. Grayscale: #707070. Windows color (decimal): -8621745 or 5206396. OLE color: 5206396.
HSL color Cylindrical-coordinate representation of color #7C714F: hue angle of 45.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C714F is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 79 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.51 |
| HSL | 45.33º | 0.22% | 0.4% | - |
| HSV(B) | 45.33º | 0.36% | 0.49% | - |
| XYZ | 15.63 | 16.66 | 9.79 | - |
| YUV | 112.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 79 | 0 | 0.09 | 0.36 | 0.51 | 45.33 | 0.22 | 0.4 |
| Hex | 7C | 71 | 4F | 0 | 9 | 24 | 33 | 2D | 16 | 28 |
| Octal | 174 | 161 | 117 | 0 | 11 | 44 | 63 | 55 | 26 | 50 |
| Binary | 1111100 | 1110001 | 1001111 | 0 | 1001 | 100100 | 110011 | 101101 | 10110 | 101000 |
Color Harmonies of #7C714F
Complementary color
Monochromatic Colors of #7C714F
Black with #7C714F
Text Example
Text Example
White with #7C714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C714F; }
p { color: rgb(124,113,79); }
H1.HeaderClassName
{
color: #7C714F;
}
.AnyTagClassName
{
color: #7C714F;
}
</style>
background-color css
<style>
a { background-color: #7C714F; }
a { background-color: rgb(124,113,79); }
div.DivClassName
{
background-color: #7C714F;
}
.BgClassName
{
background-color: #7C714F;
}
</style>
border-color css
<style>
span { border-color: #7C714F; }
span { border-color: rgb(124,113,79); }
td.TdClassName
{
border-color: #7C714F;
}
.TagClassName
{
border-color: #7C714F;
}
</style>