#7D724F

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

Shades of Go Ben #7D724F

Tints of Go Ben #7D724F

Color information

#7D724F (or 0x7D724F) is unknown color: approx Go Ben. HEX triplet: 7D, 72 and 4F. RGB value is (125,114,79). Sum of RGB (Red+Green+Blue) = 125+114+79=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D724F is #828DB0. Grayscale: #717171. Windows color (decimal): -8555953 or 5206653. OLE color: 5206653.

HSL color Cylindrical-coordinate representation of color #7D724F: hue angle of 45.65º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D724F is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB12511479-
CMYK00.090.370.51
HSL45.65º22.55%40%-
HSV(B)45.65º36.8%49.02%-
XYZ15.8916.969.83-
YUV113.3108.64136.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.31%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=39.31%
G=35.85%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251147900.090.370.5145.6522.5540
Hex7D724F0925332e1728
Octal1751621170114563562750
Binary1111101111001010011110100110010111001110111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,114,79); }

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

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

 a { background-color: rgb(125,114,79); }

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

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

 span { border-color: rgb(125,114,79); }

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