Shades of Go Ben #75714A
Tints of Go Ben #75714A
RGB
CMYK
RGB Variations
Color information
#75714A (or 0x75714A) is known color: Go Ben. HEX triplet: 75, 71 and 4A. RGB value is (117,113,74). Sum of RGB (Red+Green+Blue) = 117+113+74=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #75714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75714A is #8A8EB5. Grayscale: #6D6D6D. Windows color (decimal): -9080502 or 4878709. OLE color: 4878709.
HSL color Cylindrical-coordinate representation of color #75714A: hue angle of 54.42º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75714A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 74 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.54 |
| HSL | 54.42º | 0.23% | 0.37% | - |
| HSV(B) | 54.42º | 0.37% | 0.46% | - |
| XYZ | 14.48 | 16.09 | 8.82 | - |
| YUV | 109.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 74 | 0 | 0.03 | 0.37 | 0.54 | 54.42 | 0.23 | 0.37 |
| Hex | 75 | 71 | 4A | 0 | 3 | 25 | 36 | 36 | 17 | 25 |
| Octal | 165 | 161 | 112 | 0 | 3 | 45 | 66 | 66 | 27 | 45 |
| Binary | 1110101 | 1110001 | 1001010 | 0 | 11 | 100101 | 110110 | 110110 | 10111 | 100101 |
Color Harmonies of #75714A
Complementary color
Monochromatic Colors of #75714A
Black with #75714A
Text Example
Text Example
White with #75714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75714A; }
p { color: rgb(117,113,74); }
H1.HeaderClassName
{
color: #75714A;
}
.AnyTagClassName
{
color: #75714A;
}
</style>
background-color css
<style>
a { background-color: #75714A; }
a { background-color: rgb(117,113,74); }
div.DivClassName
{
background-color: #75714A;
}
.BgClassName
{
background-color: #75714A;
}
</style>
border-color css
<style>
span { border-color: #75714A; }
span { border-color: rgb(117,113,74); }
td.TdClassName
{
border-color: #75714A;
}
.TagClassName
{
border-color: #75714A;
}
</style>