#7D7447

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

Shades of Go Ben #7D7447

Tints of Go Ben #7D7447

Color information

#7D7447 (or 0x7D7447) is unknown color: approx Go Ben. HEX triplet: 7D, 74 and 47. RGB value is (125,116,71). Sum of RGB (Red+Green+Blue) = 125+116+71=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7447 is #828BB8. Grayscale: #717171. Windows color (decimal): -8555449 or 4682877. OLE color: 4682877.

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

Color convert

RGB12511671-
CMYK00.070.430.51
HSL50º27.55%38.43%-
HSV(B)50º43.2%49.02%-
XYZ15.8417.318.47-
YUV113.56103.98136.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.06%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 71 (28.12% from 255) = 22.76%
R=40.06%
G=37.18%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251167100.070.430.515027.5538.43
Hex7D7447072B33321c26
Octal175164107075363623446
Binary111110111101001000111011110101111001111001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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