#7A724B

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

Shades of Go Ben #7A724B

Tints of Go Ben #7A724B

Color information

#7A724B (or 0x7A724B) is unknown color: approx Go Ben. HEX triplet: 7A, 72 and 4B. RGB value is (122,114,75). Sum of RGB (Red+Green+Blue) = 122+114+75=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A724B is #858DB4. Grayscale: #707070. Windows color (decimal): -8752565 or 4944506. OLE color: 4944506.

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

Color convert

RGB12211475-
CMYK00.070.390.52
HSL49.79º23.86%38.63%-
HSV(B)49.79º38.52%47.84%-
XYZ15.3116.689.07-
YUV111.95107.15135.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=39.23%
G=36.66%
B=24.12%

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
Decimal1221147500.070.390.5249.7923.8638.63
Hex7A724B072734321827
Octal172162113074764623047
Binary111101011100101001011011110011111010011001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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