#7B7142

Color #7B7142 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #7B7142

Tints of Go Ben #7B7142

Color information

#7B7142 (or 0x7B7142) is unknown color: approx Go Ben. HEX triplet: 7B, 71 and 42. RGB value is (123,113,66). Sum of RGB (Red+Green+Blue) = 123+113+66=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7142 is #848EBD. Grayscale: #6E6E6E. Windows color (decimal): -8687294 or 4354427. OLE color: 4354427.

HSL color Cylindrical-coordinate representation of color #7B7142: hue angle of 49.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B7142 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB12311366-
CMYK00.080.460.52
HSL49.47º30.16%37.06%-
HSV(B)49.47º46.34%48.24%-
XYZ15.0616.417.53-
YUV110.63102.81136.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 40.73%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=40.73%
G=37.42%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231136600.080.460.5249.4730.1637.06
Hex7B7142082E34311e25
Octal1731611020105664613645
Binary1111011111000110000100100010111011010011000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B7142; }

 p { color: rgb(123,113,66); }

 H1.HeaderClassName
 {
   color: #7B7142;
 }
 .AnyTagClassName
 {
   color: #7B7142;
 }
</style>
background-color css

<style>
 a { background-color: #7B7142; }

 a { background-color: rgb(123,113,66); }

 div.DivClassName
 {
   background-color: #7B7142;
 }
 .BgClassName
 {
   background-color: #7B7142;
 }
</style>
border-color css

<style>
 span { border-color: #7B7142; }

 span { border-color: rgb(123,113,66); }

 td.TdClassName
 {
   border-color: #7B7142;
 }
 .TagClassName
 {
   border-color: #7B7142;
 }
</style>