#7A7646

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

Shades of Go Ben #7A7646

Tints of Go Ben #7A7646

Color information

#7A7646 (or 0x7A7646) is unknown color: approx Go Ben. HEX triplet: 7A, 76 and 46. RGB value is (122,118,70). Sum of RGB (Red+Green+Blue) = 122+118+70=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7646 is #8589B9. Grayscale: #717171. Windows color (decimal): -8751546 or 4617850. OLE color: 4617850.

HSL color Cylindrical-coordinate representation of color #7A7646: hue angle of 55.38º 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 #7A7646 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB12211870-
CMYK00.030.430.52
HSL55.38º27.08%37.65%-
HSV(B)55.38º42.62%47.84%-
XYZ15.6117.548.36-
YUV113.72103.33133.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 70 (27.73% from 255) = 22.58%
R=39.35%
G=38.06%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221187000.030.430.5255.3827.0837.65
Hex7A7646032B34371b26
Octal172166106035364673346
Binary11110101110110100011001110101111010011011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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