#7A743E

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

Shades of Go Ben #7A743E

Tints of Go Ben #7A743E

Color information

#7A743E (or 0x7A743E) is unknown color: approx Go Ben. HEX triplet: 7A, 74 and 3E. RGB value is (122,116,62). Sum of RGB (Red+Green+Blue) = 122+116+62=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A743E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A743E is #858BC1. Grayscale: #6F6F6F. Windows color (decimal): -8752066 or 4093050. OLE color: 4093050.

HSL color Cylindrical-coordinate representation of color #7A743E: hue angle of 54º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A743E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB12211662-
CMYK00.050.490.52
HSL54º32.61%36.08%-
HSV(B)54º49.18%47.84%-
XYZ15.1416.987.04-
YUV111.6499.99135.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=40.67%
G=38.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221166200.050.490.525432.6136.08
Hex7A743E053134362124
Octal17216476056164664144
Binary111101011101001111100101110001110100110110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,62); }

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

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

 a { background-color: rgb(122,116,62); }

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

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

 span { border-color: rgb(122,116,62); }

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