#7A724A

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

Shades of Go Ben #7A724A

Tints of Go Ben #7A724A

Color information

#7A724A (or 0x7A724A) is unknown color: approx Go Ben. HEX triplet: 7A, 72 and 4A. RGB value is (122,114,74). Sum of RGB (Red+Green+Blue) = 122+114+74=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A724A is #858DB5. Grayscale: #6F6F6F. Windows color (decimal): -8752566 or 4878970. OLE color: 4878970.

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

Color convert

RGB12211474-
CMYK00.070.390.52
HSL50º24.49%38.43%-
HSV(B)50º39.34%47.84%-
XYZ15.2816.678.89-
YUV111.83106.65135.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=39.35%
G=36.77%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221147400.070.390.525024.4938.43
Hex7A724A072734321826
Octal172162112074764623046
Binary111101011100101001010011110011111010011001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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