#7D734D

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

Shades of Go Ben #7D734D

Tints of Go Ben #7D734D

Color information

#7D734D (or 0x7D734D) is unknown color: approx Go Ben. HEX triplet: 7D, 73 and 4D. RGB value is (125,115,77). Sum of RGB (Red+Green+Blue) = 125+115+77=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D734D is #828CB2. Grayscale: #717171. Windows color (decimal): -8555699 or 5075837. OLE color: 5075837.

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

Color convert

RGB12511577-
CMYK00.080.380.51
HSL47.5º23.76%39.61%-
HSV(B)47.5º38.4%49.02%-
XYZ15.9317.169.49-
YUV113.66107.31136.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.43%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=39.43%
G=36.28%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251157700.080.380.5147.523.7639.61
Hex7D734D082633301828
Octal1751631150104663603050
Binary1111101111001110011010100010011011001111000011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,77); }

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

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

 a { background-color: rgb(125,115,77); }

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

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

 span { border-color: rgb(125,115,77); }

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