#7D7147

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

Shades of Go Ben #7D7147

Tints of Go Ben #7D7147

Color information

#7D7147 (or 0x7D7147) is unknown color: approx Go Ben. HEX triplet: 7D, 71 and 47. RGB value is (125,113,71). Sum of RGB (Red+Green+Blue) = 125+113+71=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7147 is #828EB8. Grayscale: #6F6F6F. Windows color (decimal): -8556217 or 4682109. OLE color: 4682109.

HSL color Cylindrical-coordinate representation of color #7D7147: hue angle of 46.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D7147 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB12511371-
CMYK00.100.430.51
HSL46.67º27.55%38.43%-
HSV(B)46.67º43.2%49.02%-
XYZ15.516.638.35-
YUV111.8104.98137.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.45%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=40.45%
G=36.57%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251137100.100.430.5146.6727.5538.43
Hex7D71470A2B332f1c26
Octal1751611070125363573446
Binary1111101111000110001110101010101111001110111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,71); }

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

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

 a { background-color: rgb(125,113,71); }

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

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

 span { border-color: rgb(125,113,71); }

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