#7A6E4A

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

Shades of Go Ben #7A6E4A

Tints of Go Ben #7A6E4A

Color information

#7A6E4A (or 0x7A6E4A) is unknown color: approx Go Ben. HEX triplet: 7A, 6E and 4A. RGB value is (122,110,74). Sum of RGB (Red+Green+Blue) = 122+110+74=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6E4A is #8591B5. Grayscale: #6D6D6D. Windows color (decimal): -8753590 or 4877946. OLE color: 4877946.

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

Color convert

RGB12211074-
CMYK00.100.390.52
HSL45º24.49%38.43%-
HSV(B)45º39.34%47.84%-
XYZ14.8415.788.74-
YUV109.48107.98136.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.87%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=39.87%
G=35.95%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221107400.100.390.524524.4938.43
Hex7A6E4A0A27342d1826
Octal1721561120124764553046
Binary1111010110111010010100101010011111010010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,74); }

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

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

 a { background-color: rgb(122,110,74); }

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

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

 span { border-color: rgb(122,110,74); }

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