#7A714C

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

Shades of Go Ben #7A714C

Tints of Go Ben #7A714C

Color information

#7A714C (or 0x7A714C) is unknown color: approx Go Ben. HEX triplet: 7A, 71 and 4C. RGB value is (122,113,76). Sum of RGB (Red+Green+Blue) = 122+113+76=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A714C is #858EB3. Grayscale: #6F6F6F. Windows color (decimal): -8752820 or 5009786. OLE color: 5009786.

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

Color convert

RGB12211376-
CMYK00.070.380.52
HSL48.26º23.23%38.82%-
HSV(B)48.26º37.7%47.84%-
XYZ15.2416.479.21-
YUV111.47107.98135.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 76 (30.08% from 255) = 24.44%
R=39.23%
G=36.33%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221137600.070.380.5248.2623.2338.82
Hex7A714C072634301727
Octal172161114074664602747
Binary111101011100011001100011110011011010011000010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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