#7A7042

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

Shades of Go Ben #7A7042

Tints of Go Ben #7A7042

Color information

#7A7042 (or 0x7A7042) is unknown color: approx Go Ben. HEX triplet: 7A, 70 and 42. RGB value is (122,112,66). Sum of RGB (Red+Green+Blue) = 122+112+66=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7042 is #858FBD. Grayscale: #6D6D6D. Windows color (decimal): -8753086 or 4354170. OLE color: 4354170.

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

Color convert

RGB12211266-
CMYK00.080.460.52
HSL49.29º29.79%36.86%-
HSV(B)49.29º45.9%47.84%-
XYZ14.816.127.49-
YUV109.75103.31136.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 66 (26.17% from 255) = 22%
R=40.67%
G=37.33%
B=22%

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
Decimal1221126600.080.460.5249.2929.7936.86
Hex7A7042082E34311e25
Octal1721601020105664613645
Binary1111010111000010000100100010111011010011000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,112,66); }

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

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

 a { background-color: rgb(122,112,66); }

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

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

 span { border-color: rgb(122,112,66); }

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