#7A6B42

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

Shades of Go Ben #7A6B42

Tints of Go Ben #7A6B42

Color information

#7A6B42 (or 0x7A6B42) is unknown color: approx Go Ben. HEX triplet: 7A, 6B and 42. RGB value is (122,107,66). Sum of RGB (Red+Green+Blue) = 122+107+66=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6B42 is #8594BD. Grayscale: #6A6A6A. Windows color (decimal): -8754366 or 4352890. OLE color: 4352890.

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

Color convert

RGB12210766-
CMYK00.120.460.52
HSL43.93º29.79%36.86%-
HSV(B)43.93º45.9%47.84%-
XYZ14.2715.057.31-
YUV106.81104.97138.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.36%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=41.36%
G=36.27%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221076600.120.460.5243.9329.7936.86
Hex7A6B420C2E342c1e25
Octal1721531020145664543645
Binary1111010110101110000100110010111011010010110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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