#7A7146

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

Shades of Go Ben #7A7146

Tints of Go Ben #7A7146

Color information

#7A7146 (or 0x7A7146) is unknown color: approx Go Ben. HEX triplet: 7A, 71 and 46. RGB value is (122,113,70). Sum of RGB (Red+Green+Blue) = 122+113+70=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7146 is #858EB9. Grayscale: #6E6E6E. Windows color (decimal): -8752826 or 4616570. OLE color: 4616570.

HSL color Cylindrical-coordinate representation of color #7A7146: hue angle of 49.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A7146 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB12211370-
CMYK00.070.430.52
HSL49.62º27.08%37.65%-
HSV(B)49.62º42.62%47.84%-
XYZ15.0416.398.17-
YUV110.79104.98136-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=40%
G=37.05%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221137000.070.430.5249.6227.0837.65
Hex7A7146072B34321b26
Octal172161106075364623346
Binary111101011100011000110011110101111010011001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,70); }

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

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

 a { background-color: rgb(122,113,70); }

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

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

 span { border-color: rgb(122,113,70); }

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