Shades of Go Ben #75704E
Tints of Go Ben #75704E
RGB
CMYK
RGB Variations
Color information
#75704E (or 0x75704E) is known color: Go Ben. HEX triplet: 75, 70 and 4E. RGB value is (117,112,78). Sum of RGB (Red+Green+Blue) = 117+112+78=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75704E is #8A8FB1. Grayscale: #6D6D6D. Windows color (decimal): -9080754 or 5140597. OLE color: 5140597.
HSL color Cylindrical-coordinate representation of color #75704E: hue angle of 52.31º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75704E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 78 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.54 |
| HSL | 52.31º | 0.2% | 0.38% | - |
| HSV(B) | 52.31º | 0.33% | 0.46% | - |
| XYZ | 14.51 | 15.92 | 9.52 | - |
| YUV | 109.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 78 | 0 | 0.04 | 0.33 | 0.54 | 52.31 | 0.2 | 0.38 |
| Hex | 75 | 70 | 4E | 0 | 4 | 21 | 36 | 34 | 14 | 26 |
| Octal | 165 | 160 | 116 | 0 | 4 | 41 | 66 | 64 | 24 | 46 |
| Binary | 1110101 | 1110000 | 1001110 | 0 | 100 | 100001 | 110110 | 110100 | 10100 | 100110 |
Color Harmonies of #75704E
Complementary color
Monochromatic Colors of #75704E
Black with #75704E
Text Example
Text Example
White with #75704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75704E; }
p { color: rgb(117,112,78); }
H1.HeaderClassName
{
color: #75704E;
}
.AnyTagClassName
{
color: #75704E;
}
</style>
background-color css
<style>
a { background-color: #75704E; }
a { background-color: rgb(117,112,78); }
div.DivClassName
{
background-color: #75704E;
}
.BgClassName
{
background-color: #75704E;
}
</style>
border-color css
<style>
span { border-color: #75704E; }
span { border-color: rgb(117,112,78); }
td.TdClassName
{
border-color: #75704E;
}
.TagClassName
{
border-color: #75704E;
}
</style>