#7D6E3F

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

Shades of Go Ben #7D6E3F

Tints of Go Ben #7D6E3F

Color information

#7D6E3F (or 0x7D6E3F) is unknown color: approx Go Ben. HEX triplet: 7D, 6E and 3F. RGB value is (125,110,63). Sum of RGB (Red+Green+Blue) = 125+110+63=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6E3F is #8291C0. Grayscale: #6D6D6D. Windows color (decimal): -8556993 or 4157053. OLE color: 4157053.

HSL color Cylindrical-coordinate representation of color #7D6E3F: hue angle of 45.48º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D6E3F is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB12511063-
CMYK00.120.500.51
HSL45.48º32.98%36.86%-
HSV(B)45.48º49.6%49.02%-
XYZ14.9315.876.98-
YUV109.13101.97139.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 63 (25% from 255) = 21.14%
R=41.95%
G=36.91%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251106300.120.500.5145.4832.9836.86
Hex7D6E3F0C32332d2125
Octal175156770146263554145
Binary1111101110111011111101100110010110011101101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,110,63); }

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

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

 a { background-color: rgb(125,110,63); }

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

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

 span { border-color: rgb(125,110,63); }

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