#7A704A

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

Shades of Go Ben #7A704A

Tints of Go Ben #7A704A

Color information

#7A704A (or 0x7A704A) is unknown color: approx Go Ben. HEX triplet: 7A, 70 and 4A. RGB value is (122,112,74). Sum of RGB (Red+Green+Blue) = 122+112+74=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A704A is #858FB5. Grayscale: #6E6E6E. Windows color (decimal): -8753078 or 4878458. OLE color: 4878458.

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

Color convert

RGB12211274-
CMYK00.080.390.52
HSL47.5º24.49%38.43%-
HSV(B)47.5º39.34%47.84%-
XYZ15.0616.228.82-
YUV110.66107.31136.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.61%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=39.61%
G=36.36%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221127400.080.390.5247.524.4938.43
Hex7A704A082734301826
Octal1721601120104764603046
Binary1111010111000010010100100010011111010011000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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