#7D744D

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

Shades of Go Ben #7D744D

Tints of Go Ben #7D744D

Color information

#7D744D (or 0x7D744D) is unknown color: approx Go Ben. HEX triplet: 7D, 74 and 4D. RGB value is (125,116,77). Sum of RGB (Red+Green+Blue) = 125+116+77=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D744D is #828BB2. Grayscale: #727272. Windows color (decimal): -8555443 or 5076093. OLE color: 5076093.

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

Color convert

RGB12511677-
CMYK00.070.380.51
HSL48.75º23.76%39.61%-
HSV(B)48.75º38.4%49.02%-
XYZ16.0417.399.53-
YUV114.24106.98135.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.31%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=39.31%
G=36.48%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251167700.070.380.5148.7523.7639.61
Hex7D744D072633311828
Octal175164115074663613050
Binary111110111101001001101011110011011001111000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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