#7B6F3E

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

Shades of Go Ben #7B6F3E

Tints of Go Ben #7B6F3E

Color information

#7B6F3E (or 0x7B6F3E) is unknown color: approx Go Ben. HEX triplet: 7B, 6F and 3E. RGB value is (123,111,62). Sum of RGB (Red+Green+Blue) = 123+111+62=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6F3E is #8490C1. Grayscale: #6D6D6D. Windows color (decimal): -8687810 or 4091771. OLE color: 4091771.

HSL color Cylindrical-coordinate representation of color #7B6F3E: hue angle of 48.2º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B6F3E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB12311162-
CMYK00.100.500.52
HSL48.2º32.97%36.27%-
HSV(B)48.2º49.59%48.24%-
XYZ14.7215.936.86-
YUV109101.48137.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.55%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 62 (24.61% from 255) = 20.95%
R=41.55%
G=37.5%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231116200.100.500.5248.232.9736.27
Hex7B6F3E0A3234302124
Octal173157760126264604144
Binary1111011110111111111001010110010110100110000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,111,62); }

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

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

 a { background-color: rgb(123,111,62); }

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

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

 span { border-color: rgb(123,111,62); }

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