#7A744F

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

Shades of Go Ben #7A744F

Tints of Go Ben #7A744F

Color information

#7A744F (or 0x7A744F) is unknown color: approx Go Ben. HEX triplet: 7A, 74 and 4F. RGB value is (122,116,79). Sum of RGB (Red+Green+Blue) = 122+116+79=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A744F is #858BB0. Grayscale: #717171. Windows color (decimal): -8752049 or 5207162. OLE color: 5207162.

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

Color convert

RGB12211679-
CMYK00.050.350.52
HSL51.63º21.39%39.41%-
HSV(B)51.63º35.25%47.84%-
XYZ15.6817.199.89-
YUV113.58108.49134.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=38.49%
G=36.59%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221167900.050.350.5251.6321.3939.41
Hex7A744F052334341527
Octal172164117054364642547
Binary111101011101001001111010110001111010011010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,79); }

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

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

 a { background-color: rgb(122,116,79); }

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

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

 span { border-color: rgb(122,116,79); }

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