#7F734A

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

Shades of Go Ben #7F734A

Tints of Go Ben #7F734A

Color information

#7F734A (or 0x7F734A) is unknown color: approx Go Ben. HEX triplet: 7F, 73 and 4A. RGB value is (127,115,74). Sum of RGB (Red+Green+Blue) = 127+115+74=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 127 - color contains mainly: red. Hex color #7F734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F734A is #808CB5. Grayscale: #727272. Windows color (decimal): -8424630 or 4879231. OLE color: 4879231.

HSL color Cylindrical-coordinate representation of color #7F734A: hue angle of 46.42º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F734A is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB12711574-
CMYK00.090.420.50
HSL46.42º26.37%39.41%-
HSV(B)46.42º41.73%49.8%-
XYZ16.1217.278.96-
YUV113.91105.48137.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.19%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=40.19%
G=36.39%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271157400.090.420.5046.4226.3739.41
Hex7F734A092A322e1a27
Octal1771631120115262563247
Binary1111111111001110010100100110101011001010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,74); }

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

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

 a { background-color: rgb(127,115,74); }

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

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

 span { border-color: rgb(127,115,74); }

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