#7A714A

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

Shades of Go Ben #7A714A

Tints of Go Ben #7A714A

Color information

#7A714A (or 0x7A714A) is unknown color: approx Go Ben. HEX triplet: 7A, 71 and 4A. RGB value is (122,113,74). Sum of RGB (Red+Green+Blue) = 122+113+74=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A714A is #858EB5. Grayscale: #6F6F6F. Windows color (decimal): -8752822 or 4878714. OLE color: 4878714.

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

Color convert

RGB12211374-
CMYK00.070.390.52
HSL48.75º24.49%38.43%-
HSV(B)48.75º39.34%47.84%-
XYZ15.1716.448.85-
YUV111.24106.98135.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=39.48%
G=36.57%
B=23.95%

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
Decimal1221137400.070.390.5248.7524.4938.43
Hex7A714A072734311826
Octal172161112074764613046
Binary111101011100011001010011110011111010011000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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