#7A6F40

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

Shades of Go Ben #7A6F40

Tints of Go Ben #7A6F40

Color information

#7A6F40 (or 0x7A6F40) is unknown color: approx Go Ben. HEX triplet: 7A, 6F and 40. RGB value is (122,111,64). Sum of RGB (Red+Green+Blue) = 122+111+64=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F40 is #8590BF. Grayscale: #6D6D6D. Windows color (decimal): -8753344 or 4222842. OLE color: 4222842.

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

Color convert

RGB12211164-
CMYK00.090.480.52
HSL48.62º31.18%36.47%-
HSV(B)48.62º47.54%47.84%-
XYZ14.6415.887.14-
YUV108.93102.64137.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=41.08%
G=37.37%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221116400.090.480.5248.6231.1836.47
Hex7A6F40093034311f24
Octal1721571000116064613744
Binary1111010110111110000000100111000011010011000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,64); }

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

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

 a { background-color: rgb(122,111,64); }

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

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

 span { border-color: rgb(122,111,64); }

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