#7B703C

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

Shades of Go Ben #7B703C

Tints of Go Ben #7B703C

Color information

#7B703C (or 0x7B703C) is unknown color: approx Go Ben. HEX triplet: 7B, 70 and 3C. RGB value is (123,112,60). Sum of RGB (Red+Green+Blue) = 123+112+60=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 123 - color contains mainly: red. Hex color #7B703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B703C is #848FC3. Grayscale: #6D6D6D. Windows color (decimal): -8687556 or 3960955. OLE color: 3960955.

HSL color Cylindrical-coordinate representation of color #7B703C: hue angle of 49.52º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B703C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB12311260-
CMYK00.090.510.52
HSL49.52º34.43%35.88%-
HSV(B)49.52º51.22%48.24%-
XYZ14.7816.136.61-
YUV109.36100.14137.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.69%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=41.69%
G=37.97%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231126000.090.510.5249.5234.4335.88
Hex7B703C093334322224
Octal173160740116364624244
Binary1111011111000011110001001110011110100110010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,60); }

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

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

 a { background-color: rgb(123,112,60); }

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

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

 span { border-color: rgb(123,112,60); }

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