#7A6A47

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

Shades of Go Ben #7A6A47

Tints of Go Ben #7A6A47

Color information

#7A6A47 (or 0x7A6A47) is unknown color: approx Go Ben. HEX triplet: 7A, 6A and 47. RGB value is (122,106,71). Sum of RGB (Red+Green+Blue) = 122+106+71=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6A47 is #8595B8. Grayscale: #6A6A6A. Windows color (decimal): -8754617 or 4680314. OLE color: 4680314.

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

Color convert

RGB12210671-
CMYK00.130.420.52
HSL41.18º26.42%37.84%-
HSV(B)41.18º41.8%47.84%-
XYZ14.3214.98.08-
YUV106.79107.8138.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.80%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=40.80%
G=35.45%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221067100.130.420.5241.1826.4237.84
Hex7A6A470D2A34291a26
Octal1721521070155264513246
Binary1111010110101010001110110110101011010010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,71); }

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

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

 a { background-color: rgb(122,106,71); }

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

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

 span { border-color: rgb(122,106,71); }

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