#7A704D

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

Shades of Go Ben #7A704D

Tints of Go Ben #7A704D

Color information

#7A704D (or 0x7A704D) is unknown color: approx Go Ben. HEX triplet: 7A, 70 and 4D. RGB value is (122,112,77). Sum of RGB (Red+Green+Blue) = 122+112+77=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A704D is #858FB2. Grayscale: #6F6F6F. Windows color (decimal): -8753075 or 5075066. OLE color: 5075066.

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

Color convert

RGB12211277-
CMYK00.080.370.52
HSL46.67º22.61%39.02%-
HSV(B)46.67º36.89%47.84%-
XYZ15.1616.269.36-
YUV111108.81135.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=39.23%
G=36.01%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221127700.080.370.5246.6722.6139.02
Hex7A704D0825342f1727
Octal1721601150104564572747
Binary1111010111000010011010100010010111010010111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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